From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: Newbie: references in elisp Date: Tue, 23 Jan 2007 18:12:56 +0100 Message-ID: <17846.16920.301097.841020@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169572555 13898 80.91.229.12 (23 Jan 2007 17:15:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 17:15:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 23 18:15:53 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H9PFR-000728-C7 for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Jan 2007 18:15:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9PFQ-0006I6-Hz for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Jan 2007 12:15:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9PF5-0006Gn-DM for help-gnu-emacs@gnu.org; Tue, 23 Jan 2007 12:15:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9PF3-0006Fl-A6 for help-gnu-emacs@gnu.org; Tue, 23 Jan 2007 12:15:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9PF3-0006Fh-4F for help-gnu-emacs@gnu.org; Tue, 23 Jan 2007 12:15:29 -0500 Original-Received: from [212.77.101.5] (helo=mx1.wp.pl) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H9PF2-0004hu-Ou for help-gnu-emacs@gnu.org; Tue, 23 Jan 2007 12:15:28 -0500 Original-Received: (wp-smtpd smtp.wp.pl 6410 invoked from network); 23 Jan 2007 18:15:17 +0100 Original-Received: from jupiter.adlex.com (HELO localhost.localdomain) (null7@[157.25.157.162]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 23 Jan 2007 18:15:17 +0100 Original-To: emacs mailing list X-MAILER: KMail/1.7.1 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40555 Archived-At: Hallo group members! I want my function return one than one element. I C I do it using references. Is there something like reference in elisp? .. or maybe I should use lists with some additional trick? regards Pawel