From unknown Fri Jun 20 20:11:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18456: [PATCH] Fix a typo in `fit-window-to-buffer' doc string Resent-From: Kan-Ru Chen (=?UTF-8?Q?=E9=99=B3=E4=BE=83=E5=A6=82?=) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Sep 2014 02:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18456 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 18456@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.141048926323322 (code B ref -1); Fri, 12 Sep 2014 02:35:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Sep 2014 02:34:23 +0000 Received: from localhost ([127.0.0.1]:38714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSGgo-000645-9d for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58341) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSGgm-00063y-9x for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSGgh-0000k2-AT for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSGgh-0000jx-80 for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSGgc-0003I9-Gk for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2014 22:34:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSGgW-0000i6-Jt for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2014 22:34:10 -0400 Received: from zmmta1.corp.phx1.mozilla.com ([63.245.216.72]:38800 helo=mail.mozilla.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSGgW-0000d9-DY for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2014 22:34:04 -0400 Received: from mail.mozilla.com (localhost6.localdomain [127.0.0.1]) by zmmta1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPS id 79FF91062A9 for ; Thu, 11 Sep 2014 19:33:13 -0700 (PDT) Received: from kanru-mozilla.corp.tpe1.mozilla.com (zlb1.mail.corp.phx1.mozilla.com [10.20.77.200]) (Authenticated sender: kchen@mozilla.com) by zmmta1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPSA id 487BD10625D for ; Thu, 11 Sep 2014 19:33:13 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=kanru-mozilla.corp.tpe1.mozilla.com) by kanru-mozilla.corp.tpe1.mozilla.com with esmtp (Exim 4.80) (envelope-from ) id 1XSGgC-0003P9-Va for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2014 10:33:45 +0800 From: Kan-Ru Chen (=?UTF-8?Q?=E9=99=B3=E4=BE=83=E5=A6=82?=) Date: Fri, 12 Sep 2014 10:33:44 +0800 Message-ID: <87mwa5d0tz.fsf@kanru-mozilla.corp.tpe1.mozilla.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-Fix-typo-in-fit-window-to-buffer-doc-string.patch Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) >From ca0a101c8af3cbaa059176e0f7da2b72e044cd86 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Kan-Ru=3D20Chen=3D20=3D28=3DE9=3D99=3DB3=3DE4=3DBE=3D83= =3DE5=3DA6=3D82=3D29?=3D Date: Fri, 12 Sep 2014 10:28:32 +0800 Subject: Fix typo in `fit-window-to-buffer' doc string. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66765cd..7287dbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,12 @@ +2014-09-12 Kan-Ru Chen (=E9=99=B3=E4=BE=83=E5=A6=82) + + * window.el (fit-window-to-buffer): Doc fix. + 2014-09-10 Ivan Shmakov (tiny change) =20 * desktop.el (desktop-create-buffer): Check that buffers are still live before burying them (bug#18373). =20 2014-09-09 Glenn Morris =20 * calendar/diary-lib.el (diary-list-entries): diff --git a/lisp/window.el b/lisp/window.el index c73f019..4dc30ff 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -7168,17 +7168,17 @@ the accessible portion of its buffer. The optional= argument MAX-HEIGHT specifies a maximum height and defaults to the height of WINDOW's frame. The optional argument MIN-HEIGHT specifies a minimum height and defaults to `window-min-height'. Both MAX-HEIGHT and MIN-HEIGHT are specified in lines and include mode and header line and a bottom divider, if any. =20 If WINDOW is part of a horizontal combination and the value of the option `fit-window-to-buffer-horizontally' is non-nil, adjust -WINDOW's height. The new width of WINDOW is calculated from the +WINDOW's width. The new width of WINDOW is calculated from the maximum length of its buffer's lines that follow the current start position of WINDOW. The optional argument MAX-WIDTH specifies a maximum width and defaults to the width of WINDOW's frame. The optional argument MIN-WIDTH specifies a minimum width and defaults to `window-min-width'. Both MAX-WIDTH and MIN-WIDTH are specified in columns and include fringes, margins, a scrollbar and a vertical divider, if any. =20 --=20 1.9.1 From unknown Fri Jun 20 20:11:52 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kan-Ru Chen (=?UTF-8?Q?=E9=99=B3=E4=BE=83=E5=A6=82?=) Subject: bug#18456: closed (Re: bug#18456: [PATCH] Fix a typo in `fit-window-to-buffer' doc string) Message-ID: References: <54129374.7020507@gmx.at> <87mwa5d0tz.fsf@kanru-mozilla.corp.tpe1.mozilla.com> X-Gnu-PR-Message: they-closed 18456 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 18456@debbugs.gnu.org Date: Fri, 12 Sep 2014 06:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1410503582-19065-1" This is a multi-part message in MIME format... ------------=_1410503582-19065-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #18456: [PATCH] Fix a typo in `fit-window-to-buffer' doc string which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 18456@debbugs.gnu.org. --=20 18456: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18456 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1410503582-19065-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 18456-done) by debbugs.gnu.org; 12 Sep 2014 06:32:47 +0000 Received: from localhost ([127.0.0.1]:38789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSKPW-0004wr-M2 for submit@debbugs.gnu.org; Fri, 12 Sep 2014 02:32:47 -0400 Received: from mout.gmx.net ([212.227.17.20]:51457) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSKPT-0004wi-A2 for 18456-done@debbugs.gnu.org; Fri, 12 Sep 2014 02:32:44 -0400 Received: from [62.47.252.210] ([62.47.252.210]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LvlWS-1YQmlg1388-017RSR; Fri, 12 Sep 2014 08:32:32 +0200 Message-ID: <54129374.7020507@gmx.at> Date: Fri, 12 Sep 2014 08:32:20 +0200 From: martin rudalics MIME-Version: 1.0 To: =?UTF-8?B?Ikthbi1SdSBDaGVuICjpmbPkvoPlpoIpIg==?= , 18456-done@debbugs.gnu.org Subject: Re: bug#18456: [PATCH] Fix a typo in `fit-window-to-buffer' doc string References: <87mwa5d0tz.fsf@kanru-mozilla.corp.tpe1.mozilla.com> In-Reply-To: <87mwa5d0tz.fsf@kanru-mozilla.corp.tpe1.mozilla.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:5KviaFQ6nmskEuzpCeLLTl70bxeW2uC1aTSSkhIh0ZvRKj3xwYx e1THKMgd4y0J2Bi6y74suuUDx2+pqmg9DQT1Lf9bZtr2CVX+dtN282vtVsGa6oYD3roxoEG dUGxqUTnWr5D8WA3bsCkat5arkTIAlO+rZgBh50EXhXJZcxn9+S1bM5GEjWoPm64R9rZAzH 9cvpzDWlBvVy0KVd4wHzw== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18456-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Committed as revision 117495 of the emacs-24 branch. Thanks, martin ------------=_1410503582-19065-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Sep 2014 02:34:23 +0000 Received: from localhost ([127.0.0.1]:38714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSGgo-000645-9d for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58341) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSGgm-00063y-9x for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSGgh-0000k2-AT for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSGgh-0000jx-80 for submit@debbugs.gnu.org; Thu, 11 Sep 2014 22:34:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSGgc-0003I9-Gk for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2014 22:34:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSGgW-0000i6-Jt for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2014 22:34:10 -0400 Received: from zmmta1.corp.phx1.mozilla.com ([63.245.216.72]:38800 helo=mail.mozilla.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSGgW-0000d9-DY for bug-gnu-emacs@gnu.org; Thu, 11 Sep 2014 22:34:04 -0400 Received: from mail.mozilla.com (localhost6.localdomain [127.0.0.1]) by zmmta1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPS id 79FF91062A9 for ; Thu, 11 Sep 2014 19:33:13 -0700 (PDT) Received: from kanru-mozilla.corp.tpe1.mozilla.com (zlb1.mail.corp.phx1.mozilla.com [10.20.77.200]) (Authenticated sender: kchen@mozilla.com) by zmmta1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPSA id 487BD10625D for ; Thu, 11 Sep 2014 19:33:13 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=kanru-mozilla.corp.tpe1.mozilla.com) by kanru-mozilla.corp.tpe1.mozilla.com with esmtp (Exim 4.80) (envelope-from ) id 1XSGgC-0003P9-Va for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2014 10:33:45 +0800 From: =?utf-8?B?S2FuLVJ1IENoZW4gKOmZs+S+g+Wmgik=?= To: bug-gnu-emacs@gnu.org Subject: [PATCH] Fix a typo in `fit-window-to-buffer' doc string Date: Fri, 12 Sep 2014 10:33:44 +0800 Message-ID: <87mwa5d0tz.fsf@kanru-mozilla.corp.tpe1.mozilla.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-Fix-typo-in-fit-window-to-buffer-doc-string.patch Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) >From ca0a101c8af3cbaa059176e0f7da2b72e044cd86 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Kan-Ru=3D20Chen=3D20=3D28=3DE9=3D99=3DB3=3DE4=3DBE=3D83= =3DE5=3DA6=3D82=3D29?=3D Date: Fri, 12 Sep 2014 10:28:32 +0800 Subject: Fix typo in `fit-window-to-buffer' doc string. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66765cd..7287dbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,12 @@ +2014-09-12 Kan-Ru Chen (=E9=99=B3=E4=BE=83=E5=A6=82) + + * window.el (fit-window-to-buffer): Doc fix. + 2014-09-10 Ivan Shmakov (tiny change) =20 * desktop.el (desktop-create-buffer): Check that buffers are still live before burying them (bug#18373). =20 2014-09-09 Glenn Morris =20 * calendar/diary-lib.el (diary-list-entries): diff --git a/lisp/window.el b/lisp/window.el index c73f019..4dc30ff 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -7168,17 +7168,17 @@ the accessible portion of its buffer. The optional= argument MAX-HEIGHT specifies a maximum height and defaults to the height of WINDOW's frame. The optional argument MIN-HEIGHT specifies a minimum height and defaults to `window-min-height'. Both MAX-HEIGHT and MIN-HEIGHT are specified in lines and include mode and header line and a bottom divider, if any. =20 If WINDOW is part of a horizontal combination and the value of the option `fit-window-to-buffer-horizontally' is non-nil, adjust -WINDOW's height. The new width of WINDOW is calculated from the +WINDOW's width. The new width of WINDOW is calculated from the maximum length of its buffer's lines that follow the current start position of WINDOW. The optional argument MAX-WIDTH specifies a maximum width and defaults to the width of WINDOW's frame. The optional argument MIN-WIDTH specifies a minimum width and defaults to `window-min-width'. Both MAX-WIDTH and MIN-WIDTH are specified in columns and include fringes, margins, a scrollbar and a vertical divider, if any. =20 --=20 1.9.1 ------------=_1410503582-19065-1--