From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Q on frame parameters *border-width Date: Fri, 27 Jan 2006 20:34:32 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138475326 22059 80.91.229.2 (28 Jan 2006 19:08:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2006 19:08:46 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 28 20:08:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F2vRA-0000HM-7j for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 20:08:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2vU2-0003Jp-84 for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 14:11:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2Ye3-0006Z4-4r for emacs-devel@gnu.org; Fri, 27 Jan 2006 13:48:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2Ydy-0006Xb-Gl for emacs-devel@gnu.org; Fri, 27 Jan 2006 13:48:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2YTq-0004Ni-GJ for emacs-devel@gnu.org; Fri, 27 Jan 2006 13:37:56 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2YRB-0002P6-FE; Fri, 27 Jan 2006 13:35:09 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-255-5.inter.net.il [83.130.255.5]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DLH77887 (AUTH halo1); Fri, 27 Jan 2006 20:34:26 +0200 (IST) Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:49617 Archived-At: > From: "Richard M. Stallman" > Date: Sat, 21 Jan 2006 22:59:01 -0500 > Cc: emacs-devel@gnu.org > > Both the doc string and the error message speak of the "window" border, so I > guess this is a frame parameter that affects the border of each window in > the frame. > > They are mistaken. The border belongs to the frame. > > Setting `internal-border-width' actually does change something, but it > appears to be the internal _frame_ border, not a border around each window. > > They are both for the frame. I fixed the manual to say this explicitly.