From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: doc-view-current-slice only used internally Date: Fri, 04 Jan 2008 20:22:07 +0100 Message-ID: <871w8xbdls.fsf@member.fsf.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199474544 21673 80.91.229.12 (4 Jan 2008 19:22:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 19:22:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 20:22:43 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JAs7u-00082t-MV for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 20:22:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAs7Y-000806-3N for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 14:22:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAs7S-0007vw-Kb for emacs-devel@gnu.org; Fri, 04 Jan 2008 14:22:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAs7O-0007mu-IB for emacs-devel@gnu.org; Fri, 04 Jan 2008 14:22:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAs7O-0007mb-Dr for emacs-devel@gnu.org; Fri, 04 Jan 2008 14:22:10 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAs7O-0007wj-Gb for emacs-devel@gnu.org; Fri, 04 Jan 2008 14:22:10 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id DA0758351D for ; Fri, 4 Jan 2008 14:22:09 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 04 Jan 2008 14:22:09 -0500 X-Sasl-enc: Nr6laGCHXAv8Sb6/B4fCeQw2xMx7hKUcrp3PfjynjL6A 1199474529 Original-Received: from baldur (dslb-084-063-054-225.pools.arcor-ip.net [84.63.54.225]) by mail.messagingengine.com (Postfix) with ESMTP id 2F2C61F66D for ; Fri, 4 Jan 2008 14:22:08 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Robert J. Chassell's message of "Fri, 4 Jan 2008 16:22:07 +0000 (UTC)") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86080 Archived-At: "Robert J. Chassell" writes: Hi Robert, > In emacs/lisp/doc-view.el, the documentation for > doc-view-current-slice says it is only used internally and locally. > > However, I want to set the list globally in my .emacs file so I can > have a second frame in my X window environment without changing or > moving my first frame. I don't get you. The variable is buffer-local, so it's value will be the same in any frame that shows the doc-view buffer with that file. There's no way to have different values in different frames. Bye, Tassilo