all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jarek Czekalski <jarekczek@poczta.onet.pl>
To: 15670@debbugs.gnu.org
Subject: bug#15670: how advised
Date: Mon, 21 Oct 2013 17:52:00 +0200	[thread overview]
Message-ID: <52654DA0.6070000@poczta.onet.pl> (raw)
In-Reply-To: <526548F4.3040601@poczta.onet.pl>

Since I was not conscious of the advice, here is the advising used, I 
believe it has no influence on the bug:

;;; There is a bug in Emacs 21 that causes info-extract-pointer to be
;;; called erroneously.

(defadvice Info-extract-pointer  (around emacspeak pre act comp)
   "Silence emacspeak during call."
   (let ((emacspeak-speak-messages nil)
         (emacspeak-use-auditory-icons nil))
     ad-do-it))

Somehow this workaround does not work around, but that's a different 
tale. Let's fix a bug if there is a bug in Info.

Jarek






  reply	other threads:[~2013-10-21 15:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-21 15:32 bug#15670: 24.3; dummy user-errors on info nodes without prev/next nodes Jarek Czekalski
2013-10-21 15:52 ` Jarek Czekalski [this message]
2013-10-21 16:43 ` Drew Adams
2013-10-21 17:16 ` Stefan Monnier
2013-10-22  1:17   ` Michael Heerdegen
2013-10-22  5:47     ` Michael Heerdegen
2013-10-22  7:15       ` Jarek Czekalski
2013-10-23  7:51         ` Michael Heerdegen
2013-10-21 18:22 ` bug#15670: i'll try to get more info Jarek Czekalski

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=52654DA0.6070000@poczta.onet.pl \
    --to=jarekczek@poczta.onet.pl \
    --cc=15670@debbugs.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.