unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* abbrevs: bug in the recent (~1 week) CVS version
@ 2007-11-04  1:48 Michael Kifer
  2007-11-06 10:13 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Kifer @ 2007-11-04  1:48 UTC (permalink / raw)
  To: emacs-devel



Eval these:

(setq-default abbrev-mode 1)

(define-abbrev-table 'global-abbrev-table   
   '(( "fff"	    "foobar"	 	    nil 0)))

Now type

Fff!

You will get !Foobar instead of Foobar!
But fff! and FFF! work correctly.

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

* Re: abbrevs: bug in the recent (~1 week) CVS version
  2007-11-04  1:48 abbrevs: bug in the recent (~1 week) CVS version Michael Kifer
@ 2007-11-06 10:13 ` Stefan Monnier
  2007-11-07  8:43   ` Michael Kifer
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2007-11-06 10:13 UTC (permalink / raw)
  To: Michael Kifer; +Cc: emacs-devel

> Eval these:

> (setq-default abbrev-mode 1)

> (define-abbrev-table 'global-abbrev-table   
>    '(( "fff"	    "foobar"	 	    nil 0)))

> Now type

> Fff!

> You will get !Foobar instead of Foobar!
> But fff! and FFF! work correctly.

I believe I fixed this bug recently.  Can you confirm?


        Stefan

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

* Re: abbrevs: bug in the recent (~1 week) CVS version
  2007-11-06 10:13 ` Stefan Monnier
@ 2007-11-07  8:43   ` Michael Kifer
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Kifer @ 2007-11-07  8:43 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel


> > Eval these:
> 
> > (setq-default abbrev-mode 1)
> 
> > (define-abbrev-table 'global-abbrev-table   
> >    '(( "fff"	    "foobar"	 	    nil 0)))
> 
> > Now type
> 
> > Fff!
> 
> > You will get !Foobar instead of Foobar!
> > But fff! and FFF! work correctly.
> 
> I believe I fixed this bug recently.  Can you confirm?
> 
> 
>         Stefan
> 

Yes, it works fine now. Thanks!


	--michael  

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

end of thread, other threads:[~2007-11-07  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-04  1:48 abbrevs: bug in the recent (~1 week) CVS version Michael Kifer
2007-11-06 10:13 ` Stefan Monnier
2007-11-07  8:43   ` Michael Kifer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).