From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drain Newsgroups: gmane.emacs.help Subject: Re: reading a variable from the user Date: Wed, 10 Oct 2012 23:16:16 -0700 (PDT) Message-ID: <1349936176423-266855.post@n5.nabble.com> References: <1349853875855-266778.post@n5.nabble.com> <1349917790397-266847.post@n5.nabble.com> <87y5jdn0wi.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349936189 23930 80.91.229.3 (11 Oct 2012 06:16:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2012 06:16:29 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 11 08:16:33 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TMC4N-0007X2-OZ for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Oct 2012 08:16:31 +0200 Original-Received: from localhost ([::1]:46191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMC4G-0000cT-TB for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Oct 2012 02:16:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMC4B-0000cI-4x for Help-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:16:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMC49-0001x1-Hd for Help-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:16:19 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:45903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMC49-0001wu-Ct for Help-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:16:17 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TMC48-0006QJ-Dp for Help-gnu-emacs@gnu.org; Wed, 10 Oct 2012 23:16:16 -0700 In-Reply-To: <87y5jdn0wi.fsf@ericabrahamsen.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87165 Archived-At: Exactly what I was looking for. And it is very useful -- indeed more important -- that you directed me to the relevant concepts behind this function. . . . Somewhat related, does anyone know how to customize the draft / reply buffers to display only these fields, much the way the *messages* buffer is customized with the following code: (setq mime-view-mailcap-files '("~/Emacs/Wanderlust/mailcap") wl-message-ignored-field-list '("^.*:") wl-message-visible-field-list '("^To:" "^Cc:" "^From:" "^Subject:") wl-message-sort-field-list '("^From" "^Subject" "^To" "^Cc")) Might be too Wanderlust-specific for the Emacs list, but wl-en has yet to respond. -- View this message in context: http://emacs.1067599.n5.nabble.com/reading-a-variable-from-the-user-tp266778p266855.html Sent from the Emacs - Help mailing list archive at Nabble.com.