all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Creating a list
@ 2009-11-19  7:38 Cecil Westerhof
  2009-11-19  8:35 ` David Kastrup
  0 siblings, 1 reply; 12+ messages in thread
From: Cecil Westerhof @ 2009-11-19  7:38 UTC (permalink / raw)
  To: help-gnu-emacs

At the moment I create a list with:
      (setq ret-val (cons total-amount (cons current-amount ())))
I thought about doing it with:
      (setq ret-val (cons total-amount '(current-amount)))

But then the second value is the string current-amount instead of the
value of current-amount. Is there a better way to build the list? At
this moment it is not a problem, but when I want to build a list from 30
values ...

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


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

end of thread, other threads:[~2009-11-19 19:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19  7:38 Creating a list Cecil Westerhof
2009-11-19  8:35 ` David Kastrup
2009-11-19 10:59   ` Cecil Westerhof
2009-11-19 11:41     ` David Kastrup
2009-11-19 13:13       ` Cecil Westerhof
2009-11-19 13:47         ` Barry Margolin
2009-11-19 15:11           ` Cecil Westerhof
2009-11-19 19:26             ` Pascal J. Bourguignon
2009-11-19 13:57         ` David Kastrup
2009-11-19 15:14           ` Cecil Westerhof
2009-11-19 13:59         ` Pascal J. Bourguignon
2009-11-19 11:59   ` Gnus: Some new mails are automatically marked as 'O' Wang Lei

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.