unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Adding multiple lists to global-abbrev-table
@ 2022-08-03 15:27 carlmarcos--- via Users list for the GNU Emacs text editor
       [not found] ` <N8ZJIUL--3-2@tutanota.com-N8ZJQWQ--3-2>
  2022-08-04  4:29 ` Jean Louis
  0 siblings, 2 replies; 3+ messages in thread
From: carlmarcos--- via Users list for the GNU Emacs text editor @ 2022-08-03 15:27 UTC (permalink / raw)
  To: Help Gnu Emacs

I want to include multiple lists (e.g. cun1 and cun2) to `global-abbrev-table'

(setq cun1 
   '( ("all" "l")     ("as" "as")      ("can" "k") ))

(setq cun2
   '( ("again" "ag")  ("any" "n")    ("before" "bf") ))

What can I do?



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

end of thread, other threads:[~2022-08-04  4:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 15:27 Adding multiple lists to global-abbrev-table carlmarcos--- via Users list for the GNU Emacs text editor
     [not found] ` <N8ZJIUL--3-2@tutanota.com-N8ZJQWQ--3-2>
2022-08-03 15:30   ` carlmarcos--- via Users list for the GNU Emacs text editor
2022-08-04  4:29 ` Jean Louis

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