Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: SOLVED: W s on PGP clearsigned messages
Date: Thu, 12 Jun 2003 12:40:27 +0200	[thread overview]
Message-ID: <84he6vr338.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <m33cif3el8.fsf@merlin.emma.line.org>

Matthias Andree <ma@dt.e-technik.uni-dortmund.de> writes:

> Not knowing ELisp good enough, is this a local variable assignment?

Emacs Lisp does not have local variables as you know them.

(let ((x 3)) (foo) (bar)) means to temporarily set x to 3, then
execute (foo) and (bar), and then let x revert to whatever it was before.
-- 
This line is not blank.



      parent reply	other threads:[~2003-06-12 10:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-10 10:03 Matthias Andree
2003-06-11 15:58 ` Reiner Steib
2003-06-12  8:05   ` Matthias Andree
2003-06-12 10:25     ` Reiner Steib
2003-06-12 13:51       ` Matthias Andree
2003-06-15 19:07         ` Reiner Steib
2003-06-12 10:40     ` Kai Großjohann [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84he6vr338.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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.
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 NNTP newsgroup(s).