bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15670: how advised


From: Jarek Czekalski
Subject: bug#15670: how advised
Date: Mon, 21 Oct 2013 17:52:00 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]