all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 17577@debbugs.gnu.org
Subject: bug#17577: 24.3.91; Error during redisplay prevent quitting.
Date: Sat, 24 May 2014 13:28:23 +0300	[thread overview]
Message-ID: <83zji7jws8.fsf@gnu.org> (raw)
In-Reply-To: <87k39bmuru.fsf@gmail.com>

> From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
> Date: Sat, 24 May 2014 10:43:33 +0200
> 
> 
> The function is `helm-show-candidate-number', it is evaluated in
> `helm-display-mode-line'.
> 
> 
>         (setq mode-line-format
>               `(" " mode-line-buffer-identification " "
>                     (line-number-mode "L%l") " " ,follow
>                     (:eval (when ,helm--mode-line-display-prefarg
>                              (let ((arg (prefix-numeric-value (or prefix-arg
>                                                                   current-prefix-arg))))
>                                (unless (= arg 1)
>                                  (propertize (format "[prefarg:%s] " arg)
>                                              'face 'helm-prefarg)))))
>                     (:eval (helm-show-candidate-number
>                             (when (listp helm-mode-line-string)
>                               (car-safe helm-mode-line-string))))
>                     " " helm-mode-line-string-real " -%-")
> 

What does helm-show-candidate-number do that causes the problem,
though?

> I knowed you will say that, I will fix this on my side like I do
> usually, it is already done anyway.
> Expect other bugs outside of helm with this.

Let's not hurry too much here, OK?  I just asked for the details to be
able to discuss the problem without having to study helm too much.  I
didn't mean to imply that the problem must necessarily be solved in
helm.  Apologies if my wording somehow implied that.





  parent reply	other threads:[~2014-05-24 10:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-24  4:50 bug#17577: 24.3.91; Error during redisplay prevent quitting Thierry Volpiatto
2014-05-24  7:38 ` Eli Zaretskii
     [not found]   ` <87k39bmuru.fsf@gmail.com>
2014-05-24 10:28     ` Eli Zaretskii [this message]
2014-05-24 11:07       ` Eli Zaretskii
2014-05-24 15:50 ` Stefan Monnier
2014-05-24 17:27   ` Thierry Volpiatto
2014-05-24 18:29   ` Ken Brown
2014-05-24 19:20     ` Eli Zaretskii
2014-05-24 20:39     ` Stefan Monnier
2014-05-24 22:13       ` Ken Brown

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=83zji7jws8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=17577@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /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.