From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3596 Path: news.gmane.org!not-for-mail From: sigurd@12move.de (=?iso-8859-1?q?Karl_Pfl=E4sterer?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: boxquote: Article ID? Date: Sun, 07 Mar 2004 01:24:53 +0100 Organization: Lemis World Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138669657 19533 80.91.229.2 (31 Jan 2006 01:07:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:07:37 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:27 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!p62.246.23.193.tisdip.tiscali.DE!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: p62.246.23.193.tisdip.tiscali.de (62.246.23.193) Original-X-Trace: news.uni-berlin.de 1078619139 63408802 I 62.246.23.193 ([72790]) X-Orig-Path: wintendo.pflaesterer.de!not-for-mail X-Face: #iIcL\6>Qj/G*F@AL9T*v/R$j@7Q`6#FU&Flg6u6aVsLdWf(H$U5>:;&*>oy>jOIWgA%8w* A!V7X`\fEGoQ[@D'@i^*p3FCC6&Rg~JT/H_*MOX;"o~flADb8^ User-Agent: Gnus/5.110002 (No Gnus v0.2) Hamster/2.0.4.0 Cancel-Lock: sha1:dF1crMX3l1oAuvTuAip9aBcIt8o= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3737 Original-Lines: 33 X-Gnus-Article-Number: 3737 Tue Jan 17 17:32:27 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3596 Archived-At: On 6 Mar 2004, Bob Bernstein <- bernstein@cesmail.net wrote: > How does one actually put into effect the "non-trivial example" for > the value of 'boxquote-kill-ring-save-title' shown above? With `M-x customize-variable RET boxquote-kill-ring-save-title RET' or a setq in your .gnus.el Could be: (setq boxquote-kill-ring-save-title #'(lambda () (if (string= mode-name \"Article\") (aref gnus-current-headers 4) (buffer-name)))) Simply eval that form (put your cursor behind the last closing parentheses and press `C-x C-e'. Then try to copy something from an article buffer. > As it stands, using the sequence described in the snippet above, How did you use it? KP -- "But it has nothing to do with what a _value_ is. This has to do with whether you pass whatever-a-value-is or wherever-whatever-is-a-value-is whenever you pass an argument to a function. (Call it the Shakira theory. :)" [Erik Naggum in cllisp über call-by-value und call-by-reference]