[C++-sig] Re: (no subject)
by Raoul Gough other posts by this author
Sep 30 2003 5:59AM messages near this date
Re: [C++-sig] Re: Boost.Python : Byref parameters - no problems with static/non-static overloading
|
[C++-sig] Re: (no subject)
David Abrahams <dave@[...].com> writes:
> Raoul Gough <RaoulGough@[...].uk> writes:
>
> > David Abrahams <dave@[...].com> writes:
> >
> >> Raoul Gough <RaoulGough@[...].uk> writes:
> >>> (setq dabbrev-case-fold-search nil)
> >>
> >> Interesting sig. Do you want me to `C-x C-e' it?
> >
> > Well, sure. Unless you think it's a Trojan horse :-) I was trying to
> > think of a handy Emacs feature from my .emacs to publicize, but
> > dabbrev was all I came up with. Maybe I should move on to
>
> What's handy about that? The emacs help for it doesn't really tell
> me why I'd want to use it.
Well the C-h v help for dabbrev-case-fold-search doesn't say much, I
admit - the really useful information is in the Emacs "Abbrevs" info
nodes. Since C++ is case sensitive, I find dynamic expansion more
natural if it doesn't use expansions with the wrong case. YMMV. I'd
used Emacs on and off for about /five years/ before somebody told me
about M-/
--
Raoul Gough.
(setq dabbrev-case-fold-search nil)
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
|