From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41511 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: RMail functionality I miss Date: Thu, 03 Jan 2002 18:29:17 +0100 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: <87heq513lx.fsf@nomad.consult-meyers.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176896 6552 80.91.224.250 (21 Oct 2002 05:08:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:08:16 +0000 (UTC) Return-Path: Original-Received: (qmail 12236 invoked from network); 3 Jan 2002 17:31:06 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 3 Jan 2002 17:31:06 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16MBgk-0000Pa-00; Thu, 03 Jan 2002 11:29:58 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Jan 2002 11:29:49 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA01392 for ; Thu, 3 Jan 2002 11:29:36 -0600 (CST) Original-Received: (qmail 12142 invoked by alias); 3 Jan 2002 17:29:40 -0000 Original-Received: (qmail 12137 invoked from network); 3 Jan 2002 17:29:39 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 3 Jan 2002 17:29:39 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16MBgQ-0004DX-00 for ; Thu, 03 Jan 2002 18:29:38 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby2.netfonds.no 1010078978 16157 195.204.10.148 (3 Jan 2002 17:29:38 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 3 Jan 2002 17:29:38 GMT Mail-Copies-To: never X-Now-Playing: Various's _Ringtones_: "Joel Stern & Anthony Guerra - Engaged Tone " User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1 (i686-pc-linux-gnu) X-Face: "LF{}:A8aP-gzt)yV\^,ki/wCe>wbHO/9pTkTdpiy:iK6g$Nk}o0sKDuxlBLZ9n7|]'*aOs 5^,4jGG&ig(s~o)EJQD%/Rd3[U!^@NP/&x/!6s"dUnT01e%i&=gWjJY Cancel-Lock: sha1:BllB/cNuXQEuvVlLm+IRK51wlds= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41511 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41511 David Z Maze writes: >> (defun gnus-region-active-p () >> "Say whether the region is active." >> (and (boundp 'transient-mark-mode) >> transient-mark-mode >> (boundp 'mark-active) >> mark-active)) [...] > The function as quoted above returns t if transient-mark-mode exists > at all (either t or nil), and tries to evaluate transient-mark-mode > only if it's unbound. No, it evals to non-nil if all the four clauses eval to non-nil. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen