bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dynabbrev in narrowed buffer wedge case


From: Bruce Robertson
Subject: dynabbrev in narrowed buffer wedge case
Date: Thu, 11 Nov 2004 16:16:15 -0800 (PST)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.1 (sparc-sun-solaris2.8, X toolkit)
 of 2004-08-31 on iceage
configured using `configure  --prefix=/users/brucer/share 
--exec-prefix=/users/brucer/sparc-sun-solaris2.8'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

create buffer
----cut----
$abc{'fish'}
def
ghi
----cut----
narrow-to-region
----cut----
def
----cut----
position to end of buffer
type $ a b M-/ SPC M-/

does not expand as it will when buffer is widened
AND
message "dabbrev-expand: Args out of range: 5, 17"
is received (diff numbers possibly)

HERE's MY THINKING.
the remainder of the buffer is like unto another buffer
which dabbrev-expand does search.

HERE's MY USE:

narrowed to function for editing but wish to dynabbrev
various variables etc. and it doesn't work.


Recent input:
C-n d e C-a C-p C-SPC C-SPC C-n C-x n n C-p C-e SPC 
a <escape> / C-a C-x n w C-l C-f C-f C-f C-k C-p C-a 
$ C-e { ' f i s h ' } C-a C-n C-SPC C-n C-x n n C-p 
C-e SPC a <escape> / SPC <escape> C-g C-a C-f C-f C-f 
C-f C-k C-x n w C-l $ a <escape> / SPC <escape> / C-a 
C-f C-f C-f C-k C-a C-SPC C-n C-x n n $ a <escape> 
/ SPC <escape> / C-a M-x r e p o <tab> r t <tab> <
return>

Recent messages:
Quit
Mark set [3 times]
Scanning ` *Minibuf-1*'
Scanning `.autopatch_params'
Scanning `log'
Expansion found in 'log'
Mark set
dabbrev-expand: Args out of range: 5, 17
Making completion list...
Loading emacsbug...done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]