bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8830: Question about Elisp: How to copy one list into another


From: Asis Hallab
Subject: bug#8830: Question about Elisp: How to copy one list into another
Date: Thu, 9 Jun 2011 14:10:32 +0200

Dear Emacers,

developing ruby-on-rails I recently started using emacs.

I want to do something like this:

(set 'ac-dictionary ' 'tags-completion-table)

where ac-dictionary is a variable set in autocomplete
and tags-completion-table the list of tags populated when visiting the tags-file.

I do this, because I need autocomplete to popup poosibel tag-completions.
I could not find another way to do this.

Please help!

Many thanks in advance!
Josef

reply via email to

[Prev in Thread] Current Thread [Next in Thread]