GNU bug report logs -
#358
dabbrev-abbrev-char-regexp
Previous Next
Reported by: "Otto Maddox" <ottomaddox <at> fastmail.fm>
Date: Wed, 4 Jun 2008 13:40:03 UTC
Severity: minor
Tags: fixed, patch
Fixed in version 25.2
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #43 received at 358 <at> debbugs.gnu.org (full text, mbox):
> > Of course, the problem here is that we are talking about expanding
> > `yes-or-no-p', which in Lisp is a Lisp symbol. It would probably
> > be better to talk about using dabbrev in another context, besides
> > Lisp. Then it would be clearer that we are talking only about
> > symbol vs word syntax.
>
> As in, use a C example instead?
>
> For instance, suppose the current buffer is in `c-mode'. If this
> variable is nil or \"\\\\sw\\\\|\\\\s_\", then expanding
> `debug_print_in_' looks for a symbol starting with
> `debug_print_in_'. If you set this variable to \"\\\\sw\", that
> expansion looks for a word prefixed with `in_' (e.g., it would
> match `in_range', but not `in_close_range'). If expanding
> `debug_print_in' it would look for a word starting with
> `in' (e.g. `integer')."
Yep. Thx.
This bug report was last modified 8 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.