unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#1013: marked as done (23.0.60; permanent-local not honored  for word-wrap)
Date: Sun, 21 Sep 2008 20:35:03 -0700	[thread overview]
Message-ID: <handler.1013.D1013.12220540369702.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 48D6AF35.7070208@gmail.com

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]


Your message dated Sun, 21 Sep 2008 23:26:15 -0400
with message-id <jwvmyi07tgx.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#1013: 23.0.60; permanent-local not honored for word-wrap
has caused the Emacs bug report #1013,
regarding 23.0.60; permanent-local not honored for word-wrap
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1013: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1013
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2794 bytes --]

From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; permanent-local not honored for word-wrap
Date: Sun, 21 Sep 2008 22:31:49 +0200
Message-ID: <48D6AF35.7070208@gmail.com>

In a new buffer evaluate this:

  (put 'word-wrap 'permanent-local t)
  (setq word-wrap t)
  (kill-all-local-variables)

and then look at word-wrap. It is nil, but it should be t.


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-09-18
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'




[-- Attachment #3: Type: message/rfc822, Size: 1990 bytes --]

From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Lennart Borgman \(gmail\)" <lennart.borgman@gmail.com>
Cc: 1013-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1013: 23.0.60; permanent-local not honored for word-wrap
Date: Sun, 21 Sep 2008 23:26:15 -0400
Message-ID: <jwvmyi07tgx.fsf-monnier+emacsbugreports@gnu.org>

>   (put 'word-wrap 'permanent-local t)
>   (setq word-wrap t)
>   (kill-all-local-variables)

> and then look at word-wrap. It is nil, but it should be t.

Why should it?  word-wrap is automatically made local, so the `setq' is
really like (set (make-local-variable 'word-wrap) t), thus not changing
the global value at which is you'll be looking in the end.


        Stefan


  parent reply	other threads:[~2008-09-22  3:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jwvmyi07tgx.fsf-monnier+emacsbugreports@gnu.org>
2008-09-21 20:31 ` bug#1013: 23.0.60; permanent-local not honored for word-wrap Lennart Borgman (gmail)
2008-09-21 22:25   ` Lennart Borgman (gmail)
2008-09-21 23:13     ` Lennart Borgman (gmail)
2008-09-22  3:35   ` Emacs bug Tracking System [this message]
2008-09-22 15:59     ` bug#1013: marked as done (23.0.60; permanent-local not honored for word-wrap) martin rudalics
2008-09-23  4:30   ` Emacs bug Tracking System
     [not found] ` <48D7ADA2.4030605@gmail.com>
2008-09-22 17:38   ` bug#1013: 23.0.60; permanent-local not honored for word-wrap Stefan Monnier
2008-09-22 18:11     ` Lennart Borgman (gmail)
2008-09-23  4:30     ` Processed: " Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1013.D1013.12220540369702.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).