Hi Raman, it seems some of my problems were due to recent org changes, which appear to have been reverted with todays updated org-plus-contrib. However, I am now seeing some other problems. I’m a little confused with respect to advice and the chagnes which have been made. Am I right in assuming that emacspeak is still using the older defadvice rather than the suggested advice-add approach? Also, I think there is something wrong in some of the advice defined for org-mode. In emacspeak-org.el Updated from git today), you have (loop for f in '( org-occur org-beginning-of-line org-end-of-line org-beginning-of-item org-beginning-of-item-list) do (eval `(defadvice ,f (around emacspeak pre act comp) "Provide auditory feedback." (when (ems-interactive-p) (emacspeak-speak-line))))) as this is an ‘around’ advice, don’t you need to also call ad-do-it to actually execute the underlying function? I notice in org-mode files right now, C-a, which is bound to org-beginning-of-line just speaks the line and does not move the point. I suspect this is an error and you really want after rather than around for this advice? regards, Tim Tim Cross IT Security Manager Information Technology Directorate University of New England
Armidale N.S.W. 2351 Australia On 14 Aug 2015, at 1:18 am, raman <raman@xxxxxxxxxxx> wrote: |
Attachment:
signature.asc
Description: Message signed with OpenPGP using GPGMail
|All Past Years |Current Year|
If you have questions about this archive or had problems using it, please contact us.