all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Cc: emacs-devel@gnu.org
Subject: Re: utf-translate-cjk only settable via Customize
Date: Mon, 24 Mar 2003 10:30:37 -0500	[thread overview]
Message-ID: <200303241530.h2OFUcCp011111@rum.cs.yale.edu> (raw)
In-Reply-To: 84k7eqqruz.fsf@lucy.is.informatik.uni-duisburg.de

> I was confused by the following bit of code in define-minor-mode:
> 
>     ;; Check keys.
>     (while (keywordp (car body))
>       (case (pop body)
> 	(:init-value (setq init-value (pop body)))
> 	(:lighter (setq lighter (pop body)))
> 	(:global (setq globalp (pop body)))
> 	(:extra-args (setq extra-args (pop body)))
> 	(:group (setq group (nconc group (list :group (pop body)))))
> 	(:require (setq require (pop body)))
> 	(t (pop body))))
> 
> It seemed to me that the `t' case just throws away the keyword and its arg.

That's the RC code.  The trunk code is different.


	Stefan

  reply	other threads:[~2003-03-24 15:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-10 14:49 utf-translate-cjk only settable via Customize Kai Großjohann
2003-03-11 20:04 ` Stefan Monnier
2003-03-17 14:06   ` Kai Großjohann
2003-03-22 21:38     ` Stefan Monnier
2003-03-23 10:50       ` Kai Großjohann
2003-03-24 15:30         ` Stefan Monnier [this message]
2003-03-23  2:52     ` Richard Stallman
2003-03-23 10:56       ` Kai Großjohann
2003-03-24 19:27         ` Richard Stallman
2003-03-29 17:46 ` Kai Großjohann

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=200303241530.h2OFUcCp011111@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    --cc=emacs-devel@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 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.