From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Vminibuf_selected_window Date: Fri, 01 Mar 2002 13:24:21 -0500 Message-ID: <200203011824.g21IOL909903@rum.cs.yale.edu> References: <200202281822.g1SIMHQ19484@aztec.santafe.edu> <200203010119.g211JNd05620@rum.cs.yale.edu> <5xlmdcft62.fsf@kfs2.cua.dk> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1015007521 623 195.204.10.66 (1 Mar 2002 18:32:01 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 1 Mar 2002 18:32:01 GMT Cc: "Stefan Monnier" , emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16grp2-00009x-00 for ; Fri, 01 Mar 2002 19:32:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16grkE-00065w-00; Fri, 01 Mar 2002 13:27:02 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16grhh-0005oz-00 for ; Fri, 01 Mar 2002 13:24:25 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g21IOL909903; Fri, 1 Mar 2002 13:24:21 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: storm@cua.dk (Kim F. Storm) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1679 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1679 > > > If it isn't a Lisp variable, it is better to remove the V from the > > > name so people won't think it is supposed to be a Lisp variable. > > > > I think it should be a lisp variable. I've wished for this exact > > variable when I tried to implement a `pull-word-from-source-buffer' > > command so that I can get isearch's C-w thingy in all minibuffers. > > Since it is read-only, a function `minibuffer-selected-window' would > be the proper interface IMO. If that's ok, I'll add it. That would work as well. Or you can mark the variable as read-only. Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel