all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: eliz@gnu.org, emacs-devel@gnu.org
Subject: Re: Debugger and mode-line
Date: Sun, 16 Jul 2006 21:41:07 -0400	[thread overview]
Message-ID: <E1G2I6d-0007tu-3h@fencepost.gnu.org> (raw)
In-Reply-To: <jksll16e22.fsf@glug.org> (message from Thien-Thi Nguyen on 16 Jul 2006 06:26:29 -0400)

    how about the following?  is it true that using
    `record_unwind_save_match_data' means it is not
    necessary to use a separate auto var?

Yes.  Would someone please install this change:

    *** xdisp.c	1 Jul 2006 23:29:04 -0000	1.1109
    --- xdisp.c	16 Jul 2006 10:24:53 -0000
    ***************
    *** 16542,16547 ****
    --- 16542,16548 ----
	   kboard-local variables in the mode_line_format will get the right
	   values.  */
	push_frame_kboard (it.f);
    +   record_unwind_save_match_data ();
	display_mode_element (&it, 0, 0, 0, format, Qnil, 0);
	pop_frame_kboard ();

  reply	other threads:[~2006-07-17  1:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-28 16:38 Debugger and mode-line Lars Hansen
2006-06-29 12:58 ` Richard Stallman
2006-06-29 15:21   ` Lars Hansen
2006-06-30 11:07     ` Richard Stallman
2006-07-08  1:12     ` Richard Stallman
2006-07-08  9:53       ` Thien-Thi Nguyen
2006-07-08 14:23         ` Andreas Schwab
2006-07-08 14:58           ` Stefan Monnier
2006-07-08 20:57         ` Richard Stallman
2006-07-16 10:26           ` Thien-Thi Nguyen
2006-07-17  1:41             ` Richard Stallman [this message]
2006-07-17  7:48               ` Thien-Thi Nguyen
2006-07-17 16:21                 ` Lars Hansen

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=E1G2I6d-0007tu-3h@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=eliz@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.