GNU bug report logs -
#10051
ns-win.el changes default mode-line-frame-identification
Previous Next
Reported by: kurn <kurn <at> sfu.ca>
Date: Tue, 15 Nov 2011 00:40:02 UTC
Severity: minor
Found in version 23.3
Fixed in version 24.0.92
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10051 in the body.
You can then email your comments to 10051 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10051
; Package
emacs
.
(Tue, 15 Nov 2011 00:40:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
kurn <kurn <at> sfu.ca>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 15 Nov 2011 00:40:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The frame indentification has disappeared from the mode-line in the latest
Emacs. This is emacs -nw.
Inspection shows the value of mode-line-frame-identification = (" ")
I have put this work-around in my .emacs file:
(unless window-system (setq mode-line-frame-identification '("-%F ")))
So, I think that's what you need to know . . exactly which variable
has a wrong value and what it is.
Oh, I'm on OS X 10.4. There! I think that's everything.
Andrew
--text follows this line--
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Your report will be posted to the bug-gnu-emacs <at> gnu.org mailing list
and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting from `emacs -Q':
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
/usr/src/emacs-23.3/etc/DEBUG.
In GNU Emacs 23.3.1 (powerpc-apple-darwin8.11.0, NS apple-appkit-824.48)
of 2011-11-14 on d142-058-206-239.surrey.sfu.ca
Windowing system distributor `Apple', version 10.3.824
configured using `configure '--with-ns''
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: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t
Major mode: Info
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
] f D ESC ] f D ESC ] f 5 m o d e - l i n e RET ESC
] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ]
f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f
D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D
ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC
] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ]
f D ESC ] f D ESC ] f D ESC ] f D ESC ] f U ESC ] f
D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D
ESC ] f D ESC ] f D ESC ] f H C-x b RET C-x C-b C-x
b B TAB RET ESC ] f 8 C-x b * i TAB RET l l l l ESC
O A ESC O A ESC O A ESC O A ESC O A ESC O A RET m B
u g s RET 1 ESC ] f 9 ESC ] f D ESC ] f U n ESC ] f
D n ESC ] f D n ESC ] f D ESC ] f U ESC ] f D ESC ]
f D ESC ] f D ESC ] f D ESC ] f D ESC ] f D ESC ] f
H ESC x r e p o r t TAB RET
Recent messages:
("emacs")
For information about GNU Emacs and the GNU system, type M-x about-emacs.
Composing main Info directory...done
Mark set [2 times]
(" ") [3 times]
Mark set [3 times]
nonincremental-search-forward: Search failed: "mode-line"
Mark set [2 times]
Load-path shadows:
None found.
Features:
(shadow sort mail-extr message sendmail 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 emacsbug noutline outline easy-mmode dired
regexp-opt info tooltip ediff-hook vc-hooks lisp-float-type mwheel
ns-win easymenu 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 ns multi-tty emacs)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10051
; Package
emacs
.
(Tue, 15 Nov 2011 00:49:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 10051 <at> debbugs.gnu.org (full text, mbox):
kurn wrote:
> The frame indentification has disappeared from the mode-line in the latest
> Emacs. This is emacs -nw.
>
> Inspection shows the value of mode-line-frame-identification = (" ")
term/ns-win.el contains:
;; Don't show the frame name; that's redundant with Nextstep.
(setq-default mode-line-frame-identification '(" "))
so this is intentional.
Whether it makes sense is another matter.
(This is part of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4128 )
> In GNU Emacs 23.3.1 (powerpc-apple-darwin8.11.0, NS apple-appkit-824.48)
> of 2011-11-14 on d142-058-206-239.surrey.sfu.ca
> Windowing system distributor `Apple', version 10.3.824
> configured using `configure '--with-ns''
Changed bug title to 'ns-win.el changes default mode-line-frame-identification' from '23.3; frame-identification'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 15 Nov 2011 00:49:02 GMT)
Full text and
rfc822 format available.
Severity set to 'minor' from 'normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 15 Nov 2011 00:49:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10051
; Package
emacs,ns
.
(Tue, 15 Nov 2011 00:56:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 10051 <at> debbugs.gnu.org (full text, mbox):
On Mon 14 Nov 2011 19:47 -0500, Glenn Morris wrote:
> kurn wrote:
>
> > The frame indentification has disappeared from the mode-line in the latest
> > Emacs. This is emacs -nw.
> >
> > Inspection shows the value of mode-line-frame-identification = (" ")
>
> term/ns-win.el contains:
>
> ;; Don't show the frame name; that's redundant with Nextstep.
> (setq-default mode-line-frame-identification '(" "))
>
> so this is intentional.
> Whether it makes sense is another matter.
> (This is part of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4128 )
Well, you know what my opinion would be . . .
I remember in the old days, when we had a bug that was the result of
thought, rather than just a stupid slip, we called it a "logic error".
Maybe it would help to call it that.
Andrew
>
> > In GNU Emacs 23.3.1 (powerpc-apple-darwin8.11.0, NS apple-appkit-824.48)
> > of 2011-11-14 on d142-058-206-239.surrey.sfu.ca
> > Windowing system distributor `Apple', version 10.3.824
> > configured using `configure '--with-ns''
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Tue, 15 Nov 2011 01:06:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
kurn <kurn <at> sfu.ca>
:
bug acknowledged by developer.
(Tue, 15 Nov 2011 01:06:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 10051-done <at> debbugs.gnu.org (full text, mbox):
Version: 24.0.92
OK, I removed the setting from ns-win.el (it made no sense to me).
Thanks for the report.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10051
; Package
emacs,ns
.
(Tue, 15 Nov 2011 17:19:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 10051 <at> debbugs.gnu.org (full text, mbox):
Well, it makes sense as long as you're using a windowing system.
I get in trouble because I use emacs -nw, so all frames appear in
one "window". Thus, I need a frame ID to tell me which one I'm
looking at.
You might want to set it based on whether you're windowing. (See
code below.)
Andrew
On Tue 15 Nov 2011 01:06 +0000, GNU bug Tracking System wrote:
>
> Version: 24.0.92
>
> OK, I removed the setting from ns-win.el (it made no sense to me).
> Thanks for the report.
>
Date: Mon, 14 Nov 2011 16:38:07 -0800
From: kurn <kurn <at> sfu.ca>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.3; frame-identification
>
> The frame indentification has disappeared from the mode-line in the latest
> Emacs. This is emacs -nw.
>
> Inspection shows the value of mode-line-frame-identification = (" ")
>
> I have put this work-around in my .emacs file:
> (unless window-system (setq mode-line-frame-identification '("-%F ")))
>
> So, I think that's what you need to know . . exactly which variable
> has a wrong value and what it is.
>
> Oh, I'm on OS X 10.4. There! I think that's everything.
>
> Andrew
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10051
; Package
emacs,ns
.
(Tue, 15 Nov 2011 17:52:01 GMT)
Full text and
rfc822 format available.
Message #26 received at 10051 <at> debbugs.gnu.org (full text, mbox):
Andrew Kurn wrote:
> You might want to set it based on whether you're windowing.
That's the default setting does, so it makes no sense for ns-win to mess
with it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 14 Dec 2011 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.