Any way to auto-complete an em dash?

Have a problem? A question? This is the place for answers from other Express users.
User avatar
xiamenese
Posts: 543
Joined: 2006-12-08 00:46:44
Location: London or Exeter, UK

Post by xiamenese »

joehardy wrote:
Crumpy wrote: I know Word comments are an oft-asked for feature, and you're correct, Word is the only one that does it. Boy are they easy to get used to.
Actually Pages has the comment feature and it is compatible with Word, so I'd love to see that eventually show up in Nisus Writer (probably Pro) and then I could exchange papers with students via e-mail without switching to Word.
I teach as an adjunct a course for a university where the students are completing a senior thesis and we do virtually everything by e-mail except turning in the final bound copy. The comment feature makes that possible. It would be great to have it in Nisus Writer.
I am delighted, though, to know that NW Pro will have TOC which will help greatly with my personal writing.
While waiting, can you not use Footnotes/Endnotes for commenting? That's what I've been doing for years, as I haven't used a version of Word for years, either. And I can't get on with Pages, ... trying, trying, very trying! :)

Mind you, I guess if you're working on documents that already have lots of footnotes, that would be a bit of a problem.

Mark
cchapin
Posts: 424
Joined: 2004-02-25 18:28:40
Location: Nagoya, Japan

Post by cchapin »

Another option--and this is what my wife/partner and I do when working together on translations--is to use a Comment character style. We each have our own color-coded style. This puts the comments in line with the text, which could be an advantage or a disadvantage in your case. We also have a simple menu macro that deletes comments (or any other string of text assigned a character style).

--Craig
Crumpy
Posts: 11
Joined: 2007-01-22 10:37:19

Post by Crumpy »

cchapin wrote:Another option--and this is what my wife/partner and I do when working together on translations--is to use a Comment character style. We each have our own color-coded style. This puts the comments in line with the text, which could be an advantage or a disadvantage in your case. We also have a simple menu macro that deletes comments (or any other string of text assigned a character style).

--Craig
That's a valid idea, except that most of what I write is freelance work for magazines, so I'm constrained by a word count. I don't want to have to factor in the comments in the word count (assuming they are in the main body).

What I've started to do is either a combination of highlights/footnotes, or just make a comment under the main body, use strikethrough when I complete the comment, and then delete them all before sending.
offbyone
Posts: 5
Joined: 2007-01-21 13:19:52
Location: France

Post by offbyone »

Crumpy wrote: ... I'm looking at Nisus (Mellel is already out of the running) but I'll most likely wait until more details of the Pro pricing come out before I make a purchase anyway; I'd hate to drop $45 now, and then need to drop some more to get the features I know I'll need....

I have a feeling I'll be checking out Nisus Pro when it comes out.
That seems to me clearly the best decision; there is just too much 'missing' or wrongly implemented in NWE to be considered for professional-quality work.

I have to admire the doggedness of some users and the clever work-arounds they have described in this thread. But surely the state of the art of program design is such that those kinds of self-help should not be necessary.
midwinter
Posts: 333
Joined: 2004-09-09 18:07:11
Location: Utah
Contact:

Post by midwinter »

offbyone wrote: That seems to me clearly the best decision; there is just too much 'missing' or wrongly implemented in NWE to be considered for professional-quality work.

I have to admire the doggedness of some users and the clever work-arounds they have described in this thread. But surely the state of the art of program design is such that those kinds of self-help should not be necessary.
I often find that word processors do a crappy job of being PageMaker. And PageMaker does a crappy job of being Nisus Writer.
ssampler
Posts: 85
Joined: 2006-06-29 07:56:30
Location: Hudson River Valley, NY

Post by ssampler »

Craig's idea of a (menu-key-callable!) "comment" style is great! Craig, could you please share the macros you have written?

My Word-using collaborators and I usually just highlight text by hand. They appear to dislike Word's comment and tracking system as much as I do.


Steve
midwinter
Posts: 333
Joined: 2004-09-09 18:07:11
Location: Utah
Contact:

Post by midwinter »

ssampler wrote:Craig's idea of a (menu-key-callable!) "comment" style is great! Craig, could you please share the macros you have written?

My Word-using collaborators and I usually just highlight text by hand. They appear to dislike Word's comment and tracking system as much as I do.


Steve
That does seem like an interesting approach to the problem.
cchapin
Posts: 424
Joined: 2004-02-25 18:28:40
Location: Nagoya, Japan

Post by cchapin »

I'd be glad to share. The macros are extremely simple.

First, create a Comment character style. Mine uses a brown font color and a yellow highlight, but you can set yours up however you like. You can keep it in your Nisus New File or a special-purpose template. If you are working on a document created elsewhere, you will need to copy it into the document.

Second, assign that character a keyboard shortcut (if that's how you like to work).

If there are multiple editors, create a different comment style for each. I also have Redline and Strikethrough character styles for each editor. In my case, there are only two. All my styles have a yellow highlight; all my wife's have a pink highlight.

Third, create the following macro. Mine is called "Delete Character Style Range Text." (Yeah, not particularly eloquent.)

Code: Select all

Format:Character Style:Select Style Range
Edit:Delete
Fourth, assign it a menu key.

This will delete the range of text at the caret to which character styling has been applied. If you select a range of text (or non-contiguous ranges of text) that contains more than one instance of character styling, the macro will delete all text having the character style of the first bit of styled text in the selection. If there are multiple instances of that character style, it does not necessarily handle surrounding spaces "intelligently;" that is, you might wind up with some double spaces.

Fifth, if you want a macro that removes the character style from a range of text, "uncommenting" it and making it part of the regular flow of text, create the following macro. I call mine "Remove Character Style from Range."

Code: Select all

Format:Character Style:Select Style Range
Format:Character Style:Remove Character Styles
Sixth, assign it a menu key.

This macro works very much like the first one. If the caret is in a bit of text with a character style applied, running the macro removes the character style. If you select more than one range of text with a character style applied, the macro removes the character style from each each range. If the selection contains bits of text with different character styles, the macro will remove the character style only from text having the first character style found in the selection.

This explanation is wordy, but the macros are very simple. I hope they work for someone else until Nisus has commenting built in.

--Craig
User avatar
joehardy
Posts: 63
Joined: 2005-10-08 20:00:56
Location: Jackson, TN
Contact:

Post by joehardy »

xiamenese wrote:
joehardy wrote:
Crumpy wrote: I know Word comments are an oft-asked for feature, and you're correct, Word is the only one that does it. Boy are they easy to get used to.
Actually Pages has the comment feature and it is compatible with Word, so I'd love to see that eventually show up in Nisus Writer (probably Pro) and then I could exchange papers with students via e-mail without switching to Word.
I teach as an adjunct a course for a university where the students are completing a senior thesis and we do virtually everything by e-mail except turning in the final bound copy. The comment feature makes that possible. It would be great to have it in Nisus Writer.
I am delighted, though, to know that NW Pro will have TOC which will help greatly with my personal writing.
While waiting, can you not use Footnotes/Endnotes for commenting? That's what I've been doing for years, as I haven't used a version of Word for years, either. And I can't get on with Pages, ... trying, trying, very trying! :)

Mind you, I guess if you're working on documents that already have lots of footnotes, that would be a bit of a problem.

Mark
The Comments feature in Word is interactive. I insert a comment at a point in the document and it shows up when someone else opens the document and it has my initials. They can add their comment at that point and when it comes back to me I can further amend, etc. This works in recent versions of Word including XP and 2003 and in Office X and Office 2004.
The feature also works in Pages 2.
<a href="http://web.mac.com/joehardy">Blog the Day!</a>
rmark
Official Nisus Person
Posts: 428
Joined: 2003-02-11 10:49:05
Location: Solana Beach, CA
Contact:

Post by rmark »

This thread has strayed far from the question that Crumpy initially asked (and, due to cultural differences… at least within the English writing world, will have to wait for Elijah to resolve).

However, I'd like to add one detail that may help those who want to use created "styles" for writing comments, but do not want the comment text included in the word count.

Create "languages" for each editor and use that language attribute as the basis for the editing style. Using the Language preference you can set whether or not you want the words counted in that "Language".
Write On!
Mark Hurvitz
Nisus Software Inc.
Post Reply