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

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

Re: How to initialize one list with the contents of another?


From: Barry Margolin
Subject: Re: How to initialize one list with the contents of another?
Date: Wed, 28 Mar 2012 19:17:06 -0000
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article <mailman.528.1307816619.836.help-gnu-emacs@gnu.org>,
 Asis Hallab <asis.hallab@googlemail.com> wrote:

> Dear emacers,
> 
> how do I do the following:
> 
> (set 'ac-dictionary 'tag-completion-table)

(setq ac-dictionary tag-completion-table)

> 
> I use exuberant ctags to generate the TAGS file and want autocomplete to
> suggest tag-completions.
> According to the autocomplete-manual you can set the 'ac-dictionary to a
> list of strings, you want to be completable.
> I init the tags-completion-table by M-x visit-tags-table and then hitting
> M-TAB.
> 
> Unfortunately I can't copy the tag-completion-table into the ac-dictionary.
> 
> 
> Help will be much appreciated!
> 
> Many thanks in advance!
> Josef

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***


reply via email to

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