all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11086: 24.0.94; regression in nxml-mode behavior
@ 2012-03-24 16:35 Cliff Wulfman
  2012-03-25  0:12 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Cliff Wulfman @ 2012-03-24 16:35 UTC (permalink / raw)
  To: 11086

[-- Attachment #1: Type: text/plain, Size: 3942 bytes --]

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgement at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

cd Emacs.app/Contents/MacOS/
./Emacs -Q

In emacs (*scratch* buffer)
M-x nxml-mode
type an opening xml tag (<)
type <C-return>

in minibuffer: <C-return> is undefined


In emacs 23.4 (9.0), same actions yield predicted behavior (No completions available).


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/local/share/emacs/24.0.94/etc/DEBUG.


In GNU Emacs 24.0.94.1 (i386-apple-darwin10.8.0, NS apple-appkit-1038.36)
of 2012-03-24 on ltopwulfman.home
Windowing system distributor `Apple', version 10.3.1038
Configured using:
`configure '--without-dbus' '--with-ns' '--disable-ns-self-contained''

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: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: nXML

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> <escape> x n x m l SPC m o 
d e <return> < <C-return> <help-echo> s-n C-h i m e 
m a c s <return> C-s b u g s <return> <return> C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
<return> <help-echo> <switch-frame> <C-return> C-a 
C-e <escape> x r e p o r t SPC e SPC b SPC <return
>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Using vacuous schema
Error during redisplay: (error "Invalid search bound (wrong side of point)")
No document element
Composing main Info directory...done
Mark saved where search started
No document element [2 times]

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils multi-isearch info nxml-uchnm rng-xsd xsd-regexp
rng-cmpct regexp-opt rng-nxml rng-valid rng-loc rng-uri rng-parse
nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns easymenu
nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process ns multi-tty emacs)


Cliff Wulfman
cwulfman@gmail.com




[-- Attachment #2: Type: text/html, Size: 6574 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#11086: 24.0.94; regression in nxml-mode behavior
  2012-03-24 16:35 bug#11086: 24.0.94; regression in nxml-mode behavior Cliff Wulfman
@ 2012-03-25  0:12 ` Glenn Morris
  2012-03-27  9:49   ` Cliff Wulfman
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2012-03-25  0:12 UTC (permalink / raw)
  To: Cliff Wulfman; +Cc: 11086

Cliff Wulfman wrote:

> M-x nxml-mode
> type an opening xml tag (<)
> type <C-return>
>
> in minibuffer: <C-return> is undefined

Please see

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6776





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#11086: 24.0.94; regression in nxml-mode behavior
  2012-03-25  0:12 ` Glenn Morris
@ 2012-03-27  9:49   ` Cliff Wulfman
  0 siblings, 0 replies; 3+ messages in thread
From: Cliff Wulfman @ 2012-03-27  9:49 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

Thanks for pointing me to this -- I'll just have to retrain my finger memory.

--Cliff

Cliff Wulfman
cwulfman@gmail.com



On Mar 24, 2012, at 8:12 PM, Glenn Morris wrote:

> Cliff Wulfman wrote:
> 
>> M-x nxml-mode
>> type an opening xml tag (<)
>> type <C-return>
>> 
>> in minibuffer: <C-return> is undefined
> 
> Please see
> 
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6776


[-- Attachment #2: Type: text/html, Size: 1634 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-27  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24 16:35 bug#11086: 24.0.94; regression in nxml-mode behavior Cliff Wulfman
2012-03-25  0:12 ` Glenn Morris
2012-03-27  9:49   ` Cliff Wulfman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.