At 13:16 on 09/21/2001 EDT, Uri Guttman <uri@sysarch.com> wrote: > >>>>> "DS" == Dan Sugalski <dan@sidhe.org> writes: > > DS> At 09:37 AM 9/21/2001 -0400, Gregor N. Purdy wrote: > >> The names are unique in the first 31 chars. Are we OK, or do I need > >> to mangle the names? I could mangle them by doing one of the following: > > DS> Try choosing something smaller. (If for no other reason than I > DS> don't want to have to type that long a name :) > > use a better editor. :) in emacs i wrote a copy word function and in my > perl mode it also grabs the leading sigil. then i can paste it easily > and not worry about spelling. For emacs users, meta-/ is even better. Type the first few letters of the function name, then hit meta-/. From the docs: Documentation: Expand previous word "dynamically". Expands to the most recent, preceding word for which this is a prefix. If no suitable preceding word is found, words following point are considered. If still no suitable word is found, then look in the buffers accepted by the function pointed out by variable `dabbrev-friend-buffer-function'. A positive prefix argument, N, says to take the Nth backward *distinct* possibility. A negative argument says search forward. If the cursor has not moved from the end of the previous expansion and no argument is given, replace the previously-made expansion with the next possible expansion not yet tried. --JoshThread Previous | Thread Next