all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Barzilay <eli@barzilay.org>
Cc: 4217@emacsbugs.donarmstrong.com
Subject: bug#4217: 23.1; probable mode-line bug
Date: Mon, 24 Aug 2009 23:08:42 -0400	[thread overview]
Message-ID: <77my5o8u9x.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1MeG9n-0002SM-1l@barzilay.org> (Eli Barzilay's message of "Thu,  20 Aug 2009 18:30:55 -0400")

Eli Barzilay wrote:

> In this bit in "bindings.el" from the code that sets the modeline
> format:
>
> 	 `(which-func-mode ("" which-func-format ,dashes))
> 	 `(global-mode-string (,dashes global-mode-string))
>
> it looks like there is a typo, and the first line should also have the
> dashes before the format string.

The following makes more sense to me. OK?

***************
*** 356,362 ****
     (propertize "  " 'help-echo help-echo)
      'mode-line-modes
       `(which-func-mode ("" which-func-format ,dashes))
!       `(global-mode-string (,dashes global-mode-string))
         (propertize "-%-" 'help-echo help-echo)))
         (standard-mode-line-modes
         (list
--- 364,370 ----
     (propertize "  " 'help-echo help-echo)
      'mode-line-modes
       `(which-func-mode ("" which-func-format ,dashes))
!       `(global-mode-string ("" global-mode-string ,dashes))
         (propertize "-%-" 'help-echo help-echo)))
         (standard-mode-line-modes
         (list





  reply	other threads:[~2009-08-25  3:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7py6p7uvop.fsf@fencepost.gnu.org>
2009-08-20 22:30 ` bug#4217: 23.1; probable mode-line bug Eli Barzilay
2009-08-25  3:08   ` Glenn Morris [this message]
2009-08-25  3:47     ` Eli Barzilay
2009-08-25 17:08       ` Glenn Morris
2009-08-25 17:29         ` Eli Barzilay
2009-08-26  3:05   ` bug#4217: marked as done (23.1; probable mode-line bug) 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

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

  git send-email \
    --in-reply-to=77my5o8u9x.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=4217@emacsbugs.donarmstrong.com \
    --cc=eli@barzilay.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.