[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Posting new feature proposals on the wiki?
From: |
T.V Raman |
Subject: |
Re: Posting new feature proposals on the wiki? |
Date: |
Wed, 11 Nov 2015 09:35:49 -0800 |
Hi John,
Just installed yaoddmews -- surprized I had missed its arrival
in the world of Emacs.
Now I can even find the energy to go edit the Emacspeak page on the
emacs Wiki page that I created so many years ago. Incidentally there
are a few Emacs bugs that are relevant to Emacspeak -- I'll try write
them up there since they tend to have gotten lost on the list --- the
one that is top-most on my mind is the bug relating to around advice
and the called-interactively-p (the code in Emacs core has some scary
comments on this issue) (see around line 480 in nadvice.el I'll cite
it below for context). At present, Emacspeak implements a working (at
least works for emacspeak) test called ems-interactive-p --- but in
the interest of long-term sanity, I'd love to get rid of that and use
something from Emacs core.
<cite>
;; When code is advised, called-interactively-p needs to be taught to skip
;; the advising frames.
;; FIXME: This Major Ugly Hack won't handle calls to called-interactively-p
;; done from the advised function if the deepest advice is an around advice!
;; In other cases (calls from an advice or calls from the advised function when
;; the deepest advice is not an around advice), it should hopefully get
;; it right.
</cite>
--
--
- Re: Proposed new core library: alert.el, (continued)
- Message not available
- Re: Proposed new core library: alert.el, Ted Zlatanov, 2015/11/07
- Re: Proposed new core library: alert.el, Artur Malabarba, 2015/11/07
- Re: Proposed new core library: alert.el, Ted Zlatanov, 2015/11/07
- Re: Proposed new core library: alert.el, Ted Zlatanov, 2015/11/08
- Re: Proposed new core library: alert.el, Artur Malabarba, 2015/11/08
- Re: Proposed new core library: alert.el, John Wiegley, 2015/11/09
- Posting new feature proposals on the wiki? (was: Re: Proposed new core library: alert.el), Nicolas Petton, 2015/11/10
- Re: Posting new feature proposals on the wiki?, John Wiegley, 2015/11/10
- Re: Posting new feature proposals on the wiki?, raman, 2015/11/11
- Re: Posting new feature proposals on the wiki?, John Wiegley, 2015/11/11
- Re: Posting new feature proposals on the wiki?,
T.V Raman <=
- Re: Posting new feature proposals on the wiki?, Richard Stallman, 2015/11/11
- Re: Posting new feature proposals on the wiki?, T.V Raman, 2015/11/11
- Re: Posting new feature proposals on the wiki?, Artur Malabarba, 2015/11/12
- Re: Posting new feature proposals on the wiki?, T.V Raman, 2015/11/12
- Re: Posting new feature proposals on the wiki?, Richard Stallman, 2015/11/12
- Re: Posting new feature proposals on the wiki?, John Wiegley, 2015/11/16
- Re: Posting new feature proposals on the wiki?, raman, 2015/11/16
- Re: Proposed new core library: alert.el, John Wiegley, 2015/11/06
- Re: Proposed new core library: alert.el, raman, 2015/11/05
- Re: Proposed new core library: alert.el, John Wiegley, 2015/11/05