From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 13 12:18:42 2012 Received: (at submit) by debbugs.gnu.org; 13 Apr 2012 16:18:42 +0000 Received: from localhost ([127.0.0.1]:57541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIjCr-0004Sr-LZ for submit@debbugs.gnu.org; Fri, 13 Apr 2012 12:18:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49323) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIhir-0002G9-Jt for submit@debbugs.gnu.org; Fri, 13 Apr 2012 10:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIhhU-0002oQ-Du for submit@debbugs.gnu.org; Fri, 13 Apr 2012 10:42:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,FUZZY_ROLEX, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:34951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIhhU-0002oL-AL for submit@debbugs.gnu.org; Fri, 13 Apr 2012 10:42:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIhhS-00022w-8e for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 10:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIhhI-0002io-3d for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 10:42:09 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:59284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIhhH-0002iL-NR for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 10:42:00 -0400 Received: by lbao2 with SMTP id o2so2775960lba.0 for ; Fri, 13 Apr 2012 07:41:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=JhLdLIgPEKRsA5anZNrr0Is6/DTcHQg5waNErvEkrFg=; b=Cl0iSNtUonKocj097USFxcJp3M3+EH7UFFgunwM2KyEyDZwwxgRsFjHYNPiAkjFJ6x QC6HswlFAl7sUSb3CFUoeh+pYtq+Jwa1UuJdN04T7mrkiPXVReo99bIeKvPfxNHOhuXn kJRSUuuvgtp4RnUiRNbEbDOs7TeonT7UM6czc8qqB7BU/J8yLDrUSECus3POEPBBIrMT 4x2JyL4pFD/iAobSBCzeklvdIowSgGRiA+5bLsqjEeOdCdoVb/Zrg0UXhSiKKHdyzR1/ uP8BE2mr6Px6RAdqnSqGY2cORjl9TVt62EsKVorJ9Lr2ZLt2ZmaopbepYvd4MRY2cyWD Ekgg== MIME-Version: 1.0 Received: by 10.112.101.162 with SMTP id fh2mr864324lbb.20.1334328115882; Fri, 13 Apr 2012 07:41:55 -0700 (PDT) Received: by 10.112.21.194 with HTTP; Fri, 13 Apr 2012 07:41:55 -0700 (PDT) Date: Fri, 13 Apr 2012 09:41:55 -0500 Message-ID: Subject: 23.3; option word-wrap not saved or at least not used on next emacs invocation --text follows this line-- From: "e.c." To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn5ujO06U1pHg7N2ycyhDFcr3tGgQAcMJ3sjgG3CqS0PBzypDnXATxXwtQajNhSLFoCq8SW X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 13 Apr 2012 12:18:40 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) From: eminmn@sysmatrix.net (Ed C.) To: bug-gnu-emacs@gnu.org Subject: 23.3; option word-wrap not saved or at least not used on next emacs invocation --text follows this line-- ******* Options > Line wrapping in this buffer > Wrap at window edge and then save options will not set up window edge line wrapping in future sessions. (word-wrap nil) is written to the custom-set-variables section of .emacs but the default visual line mode is always used instead. I can get the behavior I want by writing (global-visual-line-mode -1) to the end of my .emacs instead. Shouldn't this be what is done if the user effectively wants the default to be window edge wrapping when Save for future sessions is chosen in Cuscomize? ********** If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file c:/emacs/etc/DEBUG. In GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/imagesupport/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Text Minor modes in effect: show-paren-mode: t recentf-mode: t pc-selection-mode: t iswitchb-mode: t display-time-mode: t display-battery-mode: t delete-selection-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-a C-x 1 s e v e n ; SPC - - SPC h u n d r e d SPC s e p t i n g e n t i Recent messages: Loading time...done Loading gnus...done Loading iswitchb...done Loading pc-select...done Loading recentf...done Loading paren...done Loading c:/emacs/.recentf...done Cleaning up the recentf list...done (0 removed) non-existent agenda file ~/org. [R]emove from list or [A]bort? org-check-agenda-file: Abort Load-path shadows: c:/emacs/site-lisp/htmlfontify hides c:/emacs/lisp/htmlfontify c:/emacs/lisp/progmodes/sym-comp hides c:/emacs/lisp/obsolete/sym-comp c:/emacs/lisp/emacs-lisp/lucid hides c:/emacs/lisp/obsolete/lucid c:/emacs/lisp/emacs-lisp/lmenu hides c:/emacs/lisp/obsolete/lmenu c:/emacs/lisp/emacs-lisp/levents hides c:/emacs/lisp/obsolete/levents c:/emacs/lisp/emacs-lisp/cl-compat hides c:/emacs/lisp/obsolete/cl-compat Features: (shadow sort mail-extr emacsbug org-agenda org byte-opt warnings bytecomp byte-compile advice help-fns advice-preload org-footnote org-src org-list org-faces org-compat org-macs noutline outline server paren recentf tree-widget pc-select iswitchb gnus gnus-ems time battery desktop delsel cus-start cus-load message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils smtpmail sendmail mule-util cal-move cal-menu calendar cal-loaddefs remember ange-ftp regexp-opt comint ring hfyview easy-mmode easymenu htmlfontify tex-site tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 12:25:26 2021 Received: (at 11237) by debbugs.gnu.org; 20 Jan 2021 17:25:26 +0000 Received: from localhost ([127.0.0.1]:56196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2HEU-0004kL-L3 for submit@debbugs.gnu.org; Wed, 20 Jan 2021 12:25:26 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47226) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2HES-0004k5-Ur for 11237@debbugs.gnu.org; Wed, 20 Jan 2021 12:25:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jUw+wSwGPnXej1YdHw5LuajyCg6kOq1VWXUgXADiztw=; b=PAnOmAqZpXSvv4Re/yQ/j0MyUt K5KuqNPsUJtuc88Pej8nzTQDglKgFdyzxMlwOtYs8Q3meW7g7OQ6TC+VaeTOfdNDufui6mKVtsX4i 81X7VL6AW9NNuuiE+pfMKeA7lHPUS9XKzDfgPLwKPp7IuVZeVLU2CZZ8ehqQR5c2xExA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l2HEK-0001oj-5z; Wed, 20 Jan 2021 18:25:18 +0100 From: Lars Ingebrigtsen To: "e.c." Subject: Re: bug#11237: 23.3; option word-wrap not saved or at least not used on next emacs invocation --text follows this line-- References: X-Now-Playing: Joe Jackson's _Live 1980-86 (2)_: "Memphis" Date: Wed, 20 Jan 2021 18:25:14 +0100 In-Reply-To: (e. c.'s message of "Fri, 13 Apr 2012 09:41:55 -0500") Message-ID: <87a6t3o70l.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "e.c." writes: > Options > Line wrapping in this buffer > Wrap at window edge and then > save options will not set up window edge line wrapping in future > sessions. (I'm going through old bug reports that unfortunately got no response at the time.) Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 11237 Cc: 11237@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) "e.c." writes: > Options > Line wrapping in this buffer > Wrap at window edge and then > save options will not set up window edge line wrapping in future > sessions. (I'm going through old bug reports that unfortunately got no response at the time.) Well, the option is "in this buffer", and looking in the code, it's not saving this option at all, so I'm not able to reproduce this bit (in Emacs 28): > (word-wrap nil) is written to the custom-set-variables section > of .emacs but the default visual line mode is always used instead. So I think everything here is working as designed -- the other options that are saved are global options, and not "this buffer" options, so I'm closing this bug report. If there's anything further to be done here, please respond to the debbugs address and we'll reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 12:25:31 2021 Received: (at control) by debbugs.gnu.org; 20 Jan 2021 17:25:31 +0000 Received: from localhost ([127.0.0.1]:56200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2HEY-0004kb-Sv for submit@debbugs.gnu.org; Wed, 20 Jan 2021 12:25:31 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2HEX-0004kC-RW for control@debbugs.gnu.org; Wed, 20 Jan 2021 12:25:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Qwr2tcjPoh7wiWKI1Tcv0FgKqImrfrjEeTcdRwuN6l4=; b=mvykD7/BGwilrmXZr7ZdYmbBWh VDAx1V/2gupBVXkBU29nSGQuLnM6h/RZ6j7kCliZ+rKoyybYO5P3LkE3ss2D/75kLqrnzXK4cpMm4 GdawajvRmARMZsrDq8uBN24zCJJXdNfW29jPWE8Ao8huhjS4hWUXQZfZ+sIyubJ78+Xk=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l2HEQ-0001oq-Ag for control@debbugs.gnu.org; Wed, 20 Jan 2021 18:25:24 +0100 Date: Wed, 20 Jan 2021 18:25:21 +0100 Message-Id: <878s8no70e.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11237 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 11237 notabug close 11237 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) tags 11237 notabug close 11237 quit From unknown Thu Aug 14 21:50:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Feb 2021 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator