all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (X)Emacs abbrev mode
@ 2010-02-17 17:14 Fabrizio Sidoli
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrizio Sidoli @ 2010-02-17 17:14 UTC (permalink / raw)
  To: help-gnu-emacs


Hi,

I was wondering if you could tell me why the following works in XEmacs and 
not in Emacs.

I have the following abbreviation

     ("\\s" "\\section{}\\label{:sec:}" backward-char 0)

such that in XEmacs when I type '\s' followed by a space it prints

   \section{}\label{:sec:}


In Emacs, this does not work. It does not recognise the '\\s' 
abbreviation. I have to use

     ("s" "\\section{}\\label{:sec:}" backward-char 0)

for this to work.

Is this a bug?

Many thanks,
Fabrizio




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

end of thread, other threads:[~2010-02-24 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1444.1266504194.14305.help-gnu-emacs@gnu.org>
2010-02-24 19:37 ` (X)Emacs abbrev mode Stefan Monnier
2010-02-24 20:27   ` Andreas Röhler
     [not found]   ` <mailman.1833.1267043154.14305.help-gnu-emacs@gnu.org>
2010-02-24 21:48     ` Stefan Monnier
2010-02-17 17:14 Fabrizio Sidoli

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.