From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: elib -> emacs
Date: Sun, 26 Aug 2007 16:25:02 +0200 [thread overview]
Message-ID: <876432z83l.fsf@gnuvola.org> (raw)
In-Reply-To: <87ejhqz8mw.fsf@gnuvola.org> (Thien-Thi Nguyen's message of "Sun\, 26 Aug 2007 16\:13\:27 +0200")
() Thien-Thi Nguyen <ttn@gnuvola.org>
() Sun, 26 Aug 2007 16:13:27 +0200
- new defuns: elib-stack-{create,push,pop}
drat, thinko.
here are two revised definitions:
(defmacro elib-stack-push (stack object) `(push ,object ,stack))
(defmacro elib-stack-pop (stack) `(pop ,stack))
thi
next prev parent reply other threads:[~2007-08-26 14:25 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-16 0:29 elib -> emacs Karl Berry
2007-06-16 19:19 ` Andreas Röhler
2007-06-17 21:49 ` Richard Stallman
2007-06-18 5:54 ` Andreas Röhler
2007-06-18 6:05 ` Nick Roberts
2007-06-18 8:08 ` Andreas Röhler
2007-06-19 10:41 ` Richard Stallman
2007-06-19 12:28 ` Andreas Röhler
2007-06-19 12:45 ` David Kastrup
2007-06-20 13:28 ` Richard Stallman
2007-06-19 14:12 ` Stefan Monnier
2007-06-18 21:30 ` Richard Stallman
2007-06-24 1:40 ` T. V. Raman
2007-06-24 17:35 ` Richard Stallman
2007-06-24 22:36 ` T. V. Raman
2007-06-25 13:19 ` Richard Stallman
2007-08-26 14:13 ` Thien-Thi Nguyen
2007-08-26 14:25 ` Thien-Thi Nguyen [this message]
2007-08-27 4:19 ` Stefan Monnier
2007-06-24 22:39 ` T. V. Raman
2007-06-24 22:44 ` T. V. Raman
2007-06-25 8:31 ` Thien-Thi Nguyen
2007-06-18 15:36 ` Stefan Monnier
2007-06-18 18:59 ` Andreas Röhler
2007-06-19 22:25 ` Richard Stallman
2007-06-20 1:12 ` Stefan Monnier
2007-06-20 17:35 ` Richard Stallman
2007-06-20 18:07 ` Andreas Röhler
2007-06-20 19:17 ` Andreas Röhler
2007-06-21 17:32 ` Richard Stallman
2007-06-22 3:35 ` Michael Olson
2007-06-19 22:26 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=876432z83l.fsf@gnuvola.org \
--to=ttn@gnuvola.org \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).