unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* abbrev--before-point bug
@ 2007-11-06  6:51 Thien-Thi Nguyen
  2007-11-06  8:41 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2007-11-06  6:51 UTC (permalink / raw)
  To: emacs-devel

line 669 reads:

            (list (abbrev-symbol name tables) name start end)))

where TABLES is a list, but `abbrev-symbol' takes second arg TABLE
not a list.

i don't know enough about abbrev to fix this problem.

thi

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

* Re: abbrev--before-point bug
  2007-11-06  6:51 abbrev--before-point bug Thien-Thi Nguyen
@ 2007-11-06  8:41 ` Stefan Monnier
  2007-11-08 19:10   ` Thien-Thi Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2007-11-06  8:41 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: emacs-devel

> line 669 reads:
>             (list (abbrev-symbol name tables) name start end)))

> where TABLES is a list, but `abbrev-symbol' takes second arg TABLE
> not a list.

> i don't know enough about abbrev to fix this problem.

What makes you think it's a problem: the code in abbrev-symbol is perfectly
happy to receive a list rather than a single table.


        Stefan

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

* Re: abbrev--before-point bug
  2007-11-06  8:41 ` Stefan Monnier
@ 2007-11-08 19:10   ` Thien-Thi Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2007-11-08 19:10 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

() Stefan Monnier <monnier@iro.umontreal.ca>
() Tue, 06 Nov 2007 03:41:02 -0500

   What makes you think it's a problem: the code in abbrev-symbol
   is perfectly happy to receive a list rather than a single
   table.

i traced an error there, but it was for a not-so-recent emacs.
cvs emacs seems to be fine.  sorry for the noise.

thi

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

end of thread, other threads:[~2007-11-08 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06  6:51 abbrev--before-point bug Thien-Thi Nguyen
2007-11-06  8:41 ` Stefan Monnier
2007-11-08 19:10   ` Thien-Thi Nguyen

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).