From: Jason Rumney <jasonr@gnu.org>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: emacs crashed on windows-xp
Date: Fri, 13 Oct 2006 12:01:00 +0100 [thread overview]
Message-ID: <452F71EC.5010404@gnu.org> (raw)
In-Reply-To: <87mz81vshd.fsf@furball.mit.edu>
Chong Yidong wrote:
> case 'c':
> ! /* %c and %l are ignored in `frame-title-format'.
> ! (In redisplay_internal, the frame title is drawn _before_ the
> ! windows are updated, so the stuff which depends on actual
> ! window contents (such as %l) may fail to render properly, or
> ! even crash emacs.) */
> ! if (mode_line_target == MODE_LINE_TITLE)
> ! return "";
>
...
> case 'l':
> {
> ! int startpos, startpos_byte, line, linepos, linepos_byte;
> ! int topline, nlines, junk, height;
> !
> ! /* %c and %l are ignored in `frame-title-format'. */
> ! if (mode_line_target == MODE_LINE_TITLE)
> ! return "";
>
I think it would be better to return "%c" and "%l", then it will be more
obvious to users that those format specifiers are not handled in the
title-bar. Returning a blank string makes it look like those specifiers
were handled in some way, and may lead to bug reports.
next prev parent reply other threads:[~2006-10-13 11:01 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <u3b9vs3d0.fsf@gmail.com>
[not found] ` <E1GXZXq-00010B-E1@fencepost.gnu.org>
[not found] ` <uu02bdxx0.fsf@gmail.com>
[not found] ` <E1GXb1L-0006rN-Kp@fencepost.gnu.org>
[not found] ` <m23b9vjgrh.fsf@sl392.st-edmunds.cam.ac.uk>
[not found] ` <m3ejtf7yh0.fsf@kfs-l.imdomain.dk>
2006-10-11 15:53 ` emacs crashed on windows-xp Jason Rumney
2006-10-11 16:32 ` Jan Djärv
2006-10-12 6:52 ` emacs crashed on many OSes (was: emacs crashed on windows-xp) Jan Djärv
2006-10-12 17:52 ` Giorgos Keramidas
2006-10-12 19:12 ` emacs crashed on many OSes Jan D.
2006-10-12 22:43 ` Giorgos Keramidas
2006-10-12 13:50 ` emacs crashed on windows-xp Kim F. Storm
2006-10-12 14:04 ` Kim F. Storm
2006-10-12 14:57 ` Eli Zaretskii
2006-10-12 15:22 ` Stefan Monnier
2006-10-12 22:38 ` Richard Stallman
2006-10-12 23:11 ` Kim F. Storm
2006-10-13 11:19 ` Richard Stallman
2006-10-13 2:50 ` Chong Yidong
2006-10-13 8:25 ` Kim F. Storm
2006-10-13 11:01 ` Jason Rumney [this message]
2006-10-13 15:48 ` Eli Zaretskii
2006-10-13 16:56 ` Chong Yidong
2006-10-13 19:08 ` Eli Zaretskii
2006-10-13 11:19 ` Richard Stallman
2006-10-13 14:28 ` Chong Yidong
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=452F71EC.5010404@gnu.org \
--to=jasonr@gnu.org \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.