Mac:word 04/08 random removal of spaces

short: mac:word removes spaces from documents randomly.
long: At first I thought it might be an issue with windows:word 2007 users and mac:word 04/08 users working on the same documents; however, I have had several instances were a mac:word 04/08 document that is created, edited, saved and re-opened on OSX (Leopard 10.5.2) without interaction with Windows; has spaces throughout randomly removed.
This is most annoying. I have found it hard to find other users experiencing this. Googling for the issue or searching in various forums just presents complaints and whines about interoperability with Leopard spaces. This is a much bigger and more frustrating issue, trust me!
Versions:
OSX Leopard 10.5.2
mac:word 2008 v12.0.1 (08305)
mac:word 2004

I have created two documents, one standard no modified styles and one with modified styles. Filled teh documents with the text:
The cow jumps over the moon.
Passing both documents backwards and forwards to OSX and Windows, opening, editing and closing and I can't re-create the issue in either document.
I followed the instructions at http://word.mvps.org/Mac/damagedPrefs.html for recreating the preferences and repeated the above steps, still can't re-create the issue.
Now oddly enough, the words do NOT appear as misspelt (i.e no red squiggly line) in Windows or OSX. If you manually preform a spell check they are picked up.
This can happen if I author a document, save it and re-open locally, so I did manage to rule Windows out of the equation.
If a document is opened on Windows and the spaces have been removed, opening it again on the mac, results in seeing that in fact the spaces have been removed.

Similar Messages

  • HT1923 hi, my mac air is really low on disk space, can i remove iTunes (which is huge) to an external hard drive to free up space and then just run it from the hard drive. instead of taking space on the mac? even if the mac no longer has enough to accommo

    Hi, my mac air is really low on disk space, can I remove itunes (which is huge) to an external hard drive to free up space?...and then run it from the hard drive instead of the mac,even if the mac no longer has space to accomodate the size of the library?

    Yes.
    Copy your music iTunes Library folder to the external drive and change the Advanced settings in iTunes to point to this new location.
    Once you're happy with these changes you can delete the same Library from your User account to free up space on the internal drive.

  • How do I remove a space before the first word in a sentence using find and replace or GREP?

    Right, so I am laying out a document in inDesign from a word document and it has a space before every first word in a sentence. It is really annoying and I need a quick way to get rid of them. I wasn't too sure how to do it with find/change but I am sure there is a way in GREP if someone can help me. I have included an image so that people can see exactly what I mean.

    The ^ location works for all paragraphs.
    But a note to the OP, there is a sample script called FindChangeByList that removes leading and trailing spaces as well as extra spaces after punctuation, all in one go. But if you want to continue to use a GREP find/change to remove leading space, I'd modify Joel's suggestion to ^\s+ to get those cases where the user typed multiple spaces as well.
    And don't forget there are actually legitimate places for leading tabs, which both the script and this GREP will find and remove, so be careful.

  • How to remove all space into words non rank ?

    I want remove any space more then one between words and make one space only between words :
    example :
     Before         FullName
                jon acer     sham
                jack     narr    sam
                haik   dosk kam
     After         FullName
                 jon acer sham
                 jack narr sam
                 haik dosk kam

    Try the below:(Modified for actual data)
    create table Tablename(Colname varchar(1000))
    Insert into Tablename values
    (' jon acer sham'),
    (' jack narr sam'),
    ('haik dosk kam')
    SELECT replace(
    replace(
    replace(
    LTrim(RTrim(colname)),
    ' ',' |'),
    '| ',''),
    '|','') AS removed From Tablename
    Drop table Tablename

  • How do i remove extra space in word program?

    Recently I have typed typed an apostrophe in word program & it adds an extra space.  How do i get rid of that?  I have tried everything.  It is everytime I type a word with an apostrophe  Thank you

    Yes. That is the technique I traditionally use to drop an image into text. I even cut and pasted again as you suggested with the same result. Trust me, this is driving me nuts. I'm not doing anything different than before, but my results are different, even within the same document. I'll attach a few examples, all from this same document.
    How the space after my in-line image is supposed to look:
    And then a few of the pages with the mystery gap:

  • How can you create a paragraph style that removes all spaces and forces everything to lower case?

    Hi,
    Is there anyway of using GREP (or some other magical wizardry) to create a paragraph style that automatically removes all spaces and forces words into lower case?
    Strange request i know....I'm wanting to use it for datamerged email addresses.
    Thanks

    so doing it through InDesign is a work around I'm exploring.
    Excel has the 'LOWER' function and the ability to record macros for a quick find/replace on the spaces - so that's definitely a good option if it can't be solved purely in InDesign.
    You can change case via scripting in InDesign. This AppleScript (OSX only) will set the case of the selected paragraph style to lower. It would be possible to add some code that would strip spaces as well:
    tell application "Adobe InDesign CS6"
        activate
            set StyleList to name of every paragraph style of active document
        set myDialog to make dialog with properties {name:"Document Paragraph Styles"}
        tell myDialog
            tell (make dialog column)
                tell (make border panel)
                    tell (make dialog column)
                        make static text with properties {static label:"Choose a Style", min width:150}
                    end tell
                    tell (make dialog column)
                        set myPresetsDropdown to make dropdown with properties {string list:StyleList, selected index:0, min width:150}
                    end tell
                end tell
            end tell
        end tell
        set myResult to show myDialog
        if myResult = true then
            --+1 gets the correct name because list starts at 0
            set myStyle to item ((selected index of myPresetsDropdown) + 1) of StyleList
        else
            return
        end if
        destroy myDialog
        tell active document
            set myStyle to paragraph style myStyle
            repeat with j from 1 to (count stories)
                repeat with i from 1 to (count paragraphs in story j)
                    if applied paragraph style of paragraph i of story j is myStyle then
                        --defines a variable to replace the generic this_text parameter in the handler
                        set SCText to the contents of paragraph i of story j
                        set contents of paragraph i of story j to my change_case_of(SCText)
                    end if
                end repeat
            end repeat
        end tell
    end tell
    on change_case_of(this_text)
        set the_comparison_string to "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
        set the_source_string to "abcdefghijklmnopqrstuvwxyz"
        set the_new_text to ""
        repeat with thisChar in this_text
            set x to the offset of thisChar in the_comparison_string
            if x is not 0 then
                set the_new_text to (the_new_text & character x of the_source_string) as string
            else
                set the_new_text to (the_new_text & thisChar) as string
            end if
        end repeat
        return the_new_text
    end change_case_of

  • IDCS5-JS:Remove extra space in equation

    How to remove around space [extra space] in equations eps file generated from Mathtype when placing it in InDesign.
    Any suggestions....

    Hello
    The simplest way is...
    Open Windows registry, find key
    HKEY_CURRENT_USER\Software\Design Science\DSMT6\Windows
    Now you can change
    PicturePadding
    The default is 2 (possible points, but I don't sure), but you can change it (0 - to delete all paddings).
    BUTdon't forget to process all your equations (after PicturePadding was changed) in Word (by Format) or in InDesign (by Batch convertion... - it's possible if you use MT-Script for InDesign (www.mtscript.ru))
    And only after that you will see equations without paddings.
    Thank you.

  • "Your Mac OSX startup disk has no more space available for application memory" - uploading files problem

    Hi everyone,
    I'm running a late-2012 27 inch iMac - 3.4GHz Intel Core i7, 32GB 1600 MHz DDR3 with the 3TB fusion drive, OS 10.8.4. At present there is 1.92TB of available storage.
    I have received this message "Your Mac OSX startup disk has no more space available for application memory" just before a full on crash multiple times in the past couple of days whilst using WeTransfer to send over some large files (500MB+). The applications I have had open at the time have been: Activity Monitor, App Store, Firefox, and Finder. Over the course of uploading the files, the active system memory has gone from 1.04GB and steadily increased until it more or less maxes out around 29GB, at which point the Page Outs rocket up to around 40GB/s and the swap memory fills up pretty quickly until the computer basically can't take any more and blacks out.
    This is a pretty new thing, haven't really had an issues before. My main software used: Sibelius 7 & Logic Pro X. I've also recently started working with Final Cut Pro X, which seems to have been struggling at points. I've tried closing everything, restarting the computer and not opening anything (specifically NOT FCPX) before attempting an upload. I've even gone so far as to remove FCPX from my system, and yet the problem is still recurring. Both "kernal_task" and "WindowServer" have been running high on CPU when these problems have occurred.
    Does anyone know what might be the issue and how it could possibly be resolved?
    Really appreciate any help, I'm in the middle of a fairly sizeable project and the deadlines are just around the corner.
    Thanks,
    Tom

    There is excessive swapping of data between physical memory and virtual memory. That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the menu in the toolbar, if not already selected. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • Why does Mac Word using Endnote crash?

    Hi all, I am using mac word 2011 with Endnote x6, and now Word crashes each time I use the CWYW search function. I have reinstalled both the Endnote and the Office package but the same problem reappears. Any suggestions what to try next, I'm at the end of my rope with this problem.
    Best, Peter

    I found a solution to this: the endnote library must have been corrupted or there were conflicting copies of it on the computer. I removed all Endmnote library files from the computer and then only saved one intact back to make sure Endnote does not try to use a corrupted one and get jammed because of it.

  • How can I configure CTRL+Backspace to delete the previous word only and not the preceding space?

    The title pretty much explains it all. I'm using a different computer than usually and I'm pretty sure it used to only delete the word and not the space.

    Your observation is correct: Ctrl+BackSpace shouldn't delete the preceding space. However, if words are separated by two spaces, one of those spaces will be deleted.
    Stefan Blom, Microsoft Word MVP
    This is not the observed functionality in every case. It seems that MSWord haphazardly either removes the space or doesn't remove it.
    As an example, if I type "and when" and hit CTRL+Backspace, it will either delete the word only or the word and the space, but in most cases it will remove the space as well ("and when" becomes "and"). It seems to toggle between the two but I have no idea
    what is triggering it.

  • Receiving Mac Zip File for virus removal

    Receiving Mac Zip File for virus removal. Randomly comes up through firefox.  I don't open it but I cant remove it from applications.  Any help appreciated.  Also Mac doesn't have a built in defense like that does it?

    When you created this post, there was, at the top of the discussion, and all Apple Community, this:
    Announcement:  Apple recently published -  How to avoid or remove Mac Defender malware
    How to avoid or remove Mac Defender malware

  • ITunes album artwork randomly removed from iPhone after sync.

    iTunes 12.1.0.50. IOS 8.1.3. iPhone 5.  23GB free space on iPhone.
    Album art is randomly removed from iPhone after sync.  This seems to be new to the recent version of iTunes.
    Removed and reinstalled all music. No help, problem still occurs.
    Restored iPhone as a new iPhone and reinstalled all music.  At first, all artwork was installed, but on later sync, random artwork was removed or missing.  Problem reoccurs.
    This appears to be a bug in the software somewhere.
    Anyone having similar problems?

    welcome to my world....
    i have had this at least three times now in the past month.
    I too had to do a factory reset and set up a a new phone.
    i read an article about it being a known issue and something to do with duplicate tracks causing it to hang during sync.  it then fills up the available space with the dreaded "other" data and hey ho you have no music.
    have a look at this, hope it helps and hope Apple get it fixed as it is affecting a lot of people
    http://robservatory.com/a-nasty-little-itunesios-bug-may-be-causing-media-sync-i ssues/

  • Export to text removes trailing spaces in XI R2

    I've found an article that talks about the problem of the export to text removing trailing spaces, but the article mentions that this is fixed in Crystal Reports XI with a newer version of u2ftext.dll to version 11.0.0.941.
    [1218375 - Trailing spaces ignored when exporting to Text format|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333333373335%7D.do]
    I'm using Crystal Reports XI R2 and my u2ftext.dll version is already 11.5.11.1470.
    I'm I missing something or is there another solution to the issue in XI R2?
    Thanks,
    Jeff

    2 Years, multiple people are asking this question.......Does anyone in support have a response for keeping the trailing spaces intact during export?

  • Office Web Apps Server 2013 - Word Web App - Problem with Tab space

    Hello We have Office Web Apps Server 2013 running with SharePoint 2013.  Users Editing a Word document with Office Web Apps, can't use "Tabs", any Word document with Tabs; the tabs are replaced with a single space.
    Has anyone noticed this?  Is this a bug?
    -thanks
    thomas
    -Tom

    Yes, currently the Word Web App does not support
    Tab Keyboard shortcut for editing document content .
    For more information, you can have a look at
    the article:
    http://office.microsoft.com/en-us/office-online-help/keyboard-shortcuts-in-word-online-HA010378332.aspx?CTT=5&origin=HA010380212
    http://social.technet.microsoft.com/Forums/en-US/3f5978d3-67a1-4c8c-981f-32493d72610b/office-web-apps-server-2013-word-web-app-problem-with-tab-space?forum=sharepointgeneral

  • How can we remove the space after changing look and feel to generic

    Hi
    I want to remove the space which left blank after changing look and feel to generic in formsweb.cfg file.
    Can anybody help me to remove this blank space.

    Hi,
    can you be more specific on teh space you mean?
    Frank

Maybe you are looking for

  • Bridge not deleting loaded images from camera

    Hi Adobe et all Bridge has started to not delete the files from my camera once loaded into Bridge. Camera is Canon 60D and has operated fine since going Creative Cloud, re the deleting process. I would say about 5 weeks ago noticed that although the

  • How to Reorient One Page in a PDF File?

    Hi, I have a multi-page PDF file created with Epson Scan on an Epson Stylus Photo RX500 and saved in Adobe Reader 9.4.6.  There was a way to reorient the pages after scanning and before saving to PDF but they were just little thumbnails and I didn't

  • Component Palette cannot show in Jdeveloper IDE

    I startup Jdeveloper 11g studio edition version 11.1.2.3.0 with all features option selected, but cannot see the Component Palette panel(only can see a grey blank area at the up-right corner in Jdev IDE). and when I open the SummitADF application exa

  • Hot display iMac 24"

    I am sitting here in Adelaide and the outside temperature is 40 degrees C, inside my house it is around 30 degrees C, warm but bearable. My Mac display seems to get very hot and on days like this it is hard to work with. I downloaded a temperature mo

  • Can View improve Performance?

    Hi, For improving performance, i have created a view in rpd so that my fact table row count comparing with base fact table reduce from 117888 records to 3263 records. And I am using this view as a fact table and joined with other dimension tables. Bu