From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Toggle line length? Date: Thu, 29 Jan 2015 10:39:06 -0800 (PST) Message-ID: References: <87bnlinpb3.fsf@skimble.plus.com> <375bc9fb-b06f-4cca-a780-0b3e961da48e@default> <87386ukn9k.fsf@skimble.plus.com> <87egqdjvjj.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422556769 14270 80.91.229.3 (29 Jan 2015 18:39:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2015 18:39:29 +0000 (UTC) Cc: help-gnu-emacs To: Sharon Kimble Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 29 19:39:28 2015 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 1YGtzy-0007Zu-0U for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jan 2015 19:39:26 +0100 Original-Received: from localhost ([::1]:33091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGtzx-0000BW-Cs for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jan 2015 13:39:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGtzm-0000BE-P8 for help-gnu-emacs@gnu.org; Thu, 29 Jan 2015 13:39:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGtzi-0005z8-Ov for help-gnu-emacs@gnu.org; Thu, 29 Jan 2015 13:39:14 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:38203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGtzi-0005z3-JD for help-gnu-emacs@gnu.org; Thu, 29 Jan 2015 13:39:10 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t0TId8xd028415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 29 Jan 2015 18:39:09 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0TId7rt005476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Jan 2015 18:39:08 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id t0TId6S5005751; Thu, 29 Jan 2015 18:39:07 GMT In-Reply-To: <87egqdjvjj.fsf@skimble.plus.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:102366 Archived-At: > >> How can I make the line-length of the complete buffer to be 100 > >> please? > > > > Sorry, I don't know what you mean. What is "the line length of > > the complete buffer"? >=20 > I mean that the same line-length of 100 is seen throughout the whole > buffer. Whilst other open buffers remain at 74. `fill-column' affects the whole buffer. I thought you wanted to change the _default_ value of `fill-column' each time you toggle between 100 and 74, because you mentioned `setq-default'. But you can also use just `setq' in that code, to toggle the value only for the current buffer.