all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#74970: Supercite sc-setup-filladapt accesses void variable filladapt-prefix-table (from Filladapt)
@ 2024-12-19 11:22 Mekeor Melire
  2025-01-04 11:34 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Mekeor Melire @ 2024-12-19 11:22 UTC (permalink / raw)
  To: 74970; +Cc: Kyle E. Jones, Barry A. Warsaw

(Supercite is a built-in package and Filladapt is on GNU Elpa.) 
Supercite's manual [1] states that one can install Filladapt and 
call the `sc-setup-filladapt' function.  But calling 
`sc-setup-filladapt' will result in the error (void-variable 
filladapt-prefix-table).

It seems like Filladapt has renamed that variable from 
"filladapt-prefix-table" to "filladapt-token-table".  I only found 
one very old version of Filladapt [2] where the old name is used.

Apparently, the variable has not only been renamed but the logic 
of has changed quite a bit.  For example, filladapt-prefix-table 
had the format ((REGXP . FUNCTION) ...) while 
filladapt-token-table has the format ((REGEXP SYM) ...).

I'm CCing the authors of both packages.

[1] (info "(sc) Filling Cited Text")

[2] https://www.ic.unicamp.br/~stolfi/EXPORT/elisp/JUNK/mandel-disabled/filladapt.el





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

end of thread, other threads:[~2025-01-04 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 11:22 bug#74970: Supercite sc-setup-filladapt accesses void variable filladapt-prefix-table (from Filladapt) Mekeor Melire
2025-01-04 11:34 ` Eli Zaretskii

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.