From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: M-x customize and long lines Date: Sat, 12 Aug 2017 09:02:32 -0700 (PDT) Message-ID: <97613137-aade-430f-a04c-a385b2dabae9@default> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1502553966 14402 195.159.176.226 (12 Aug 2017 16:06:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 12 Aug 2017 16:06:06 +0000 (UTC) To: Yegor Timoshenko , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 12 18:05:55 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dgYvB-0002y8-5v for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Aug 2017 18:05:53 +0200 Original-Received: from localhost ([::1]:36530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgYvH-0004Rh-MR for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Aug 2017 12:05:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgYs7-0002VI-PC for help-gnu-emacs@gnu.org; Sat, 12 Aug 2017 12:02:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgYs2-0005gf-T8 for help-gnu-emacs@gnu.org; Sat, 12 Aug 2017 12:02:43 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:27802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dgYs2-0005ds-JA for help-gnu-emacs@gnu.org; Sat, 12 Aug 2017 12:02:38 -0400 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v7CG2Z4d005226 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 12 Aug 2017 16:02:35 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id v7CG2Yop010306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 12 Aug 2017 16:02:34 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id v7CG2Y5B032686; Sat, 12 Aug 2017 16:02:34 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6774.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114010 Archived-At: > M-x customize sometimes produces very long lines (for example, try > customizing eshell-modules-list). Here's what I get: >=20 > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(eshell-modules-list > (quote > (eshell-alias eshell-cmpl eshell-dirs eshell-glob eshell-hist eshell-= ls > eshell-term eshell-tramp eshell-unix))) >=20 > How do I make M-x customize respect 80 chars per line limit? Is there a > hook? I couldn't find one. 1. I don't think there is one, out of the box. 2. If you define `custom-file' then you won't need to care about how Customize writes to it. You will likely never edit it or even look at it. You might want to file an enhancement request (`M-x report-emacs-bug'), asking that Customize use `fill-column' when it pretty-prints.