From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 12:34:46 2011 Received: (at submit) by debbugs.gnu.org; 9 Jun 2011 16:34:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QUiBx-0002ZQ-Ij for submit@debbugs.gnu.org; Thu, 09 Jun 2011 12:34:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QUe4V-0005CK-Ur for submit@debbugs.gnu.org; Thu, 09 Jun 2011 08:10:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUe4P-0007i5-0d for submit@debbugs.gnu.org; Thu, 09 Jun 2011 08:10:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:49785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUe4O-0007i1-P1 for submit@debbugs.gnu.org; Thu, 09 Jun 2011 08:10:40 -0400 Received: from eggs.gnu.org ([140.186.70.92]:54001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUe4K-0000Ok-E8 for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2011 08:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUe4I-0007hQ-QK for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2011 08:10:36 -0400 Received: from mail-yi0-f41.google.com ([209.85.218.41]:62491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUe4I-0007h4-5g for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2011 08:10:34 -0400 Received: by yia13 with SMTP id 13so962205yia.0 for ; Thu, 09 Jun 2011 05:10:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=DiiOujQAP3PHMTczCMLdAbEh7iognR9rcLNhifJC+cA=; b=XpCziyAGk+d4gQpGzw1/K4DEJ6TO1fIZxNkdooTI9FW71lHpCfU3YIbVlRfCymmVUt +nCNZrvIwJVPBGuoBHCq344Hg4hsvOsVCrjxrf+qOB6i9CvQagwMUaBsAi2V7j27NGZP pd64DEgG0yKkZb8mlps2cmMCYSu1w2c7zZs2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Lq7bU1us90Ay2HLD8JEUkueo0nwdHq1awH9Vc42vgpk5C9SejUAzBBP8VW/jvJ3IRH My6cHSyX6Qdq+IeZ5xtfXTy2I7BZOTSyVzX2kI4RntTMnSW5ZW0uXCQFsQkXupbg9HQj yLMSE3n8edMC3h5H1fHfl2S4/Vnmt1Fo7ZuXA= MIME-Version: 1.0 Received: by 10.150.194.16 with SMTP id r16mr1779237ybf.369.1307621432876; Thu, 09 Jun 2011 05:10:32 -0700 (PDT) Received: by 10.151.112.20 with HTTP; Thu, 9 Jun 2011 05:10:32 -0700 (PDT) Date: Thu, 9 Jun 2011 14:10:32 +0200 Message-ID: Subject: Question about Elisp: How to copy one list into another From: Asis Hallab To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=000e0cdf16b801df4104a5465762 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 09 Jun 2011 12:34:44 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) --000e0cdf16b801df4104a5465762 Content-Type: text/plain; charset=UTF-8 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 --000e0cdf16b801df4104a5465762 Content-Type: text/html; charset=UTF-8 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
--000e0cdf16b801df4104a5465762-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 20:41:25 2011 Received: (at 8830-done) by debbugs.gnu.org; 10 Jun 2011 00:41:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QUpmv-0004jU-6S for submit@debbugs.gnu.org; Thu, 09 Jun 2011 20:41:25 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QUpms-0004jG-6i for 8830-done@debbugs.gnu.org; Thu, 09 Jun 2011 20:41:22 -0400 Received: from localhost ([127.0.0.1]:46718) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUpmm-0007lD-SN; Thu, 09 Jun 2011 20:41:16 -0400 From: Glenn Morris To: 8830-done@debbugs.gnu.org Subject: Re: bug#8830: Question about Elisp: How to copy one list into another References: X-Spook: ARPA Etacs Audiotel cryptanalysis SAPO Leitrim genetic X-Ran: [SF1arXuq[z>'AZhJL$3\h7OFTkRC$_hU@TMKlE:|YgQw=\Bb&5IiCS X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 09 Jun 2011 20:41:16 -0400 In-Reply-To: (Asis Hallab's message of "Thu, 9 Jun 2011 14:10:32 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 8830-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Hello, this is a not a bug report so I am marking it as closed. It is better to ask questions about how to use Emacs Lisp on the help-gnu-emacs list. http://lists.gnu.org/mailman/listinfo/help-gnu-emacs You might want to try and explain your problem more clearly, since I for one don't understand what you are asking. From unknown Mon Jun 23 13:11:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Jul 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator