3 Jan 2006 01:23
Re: Easymacs correction for Texinfo files editing plus question
Peter Heslin <pj <at> heslin.eclipse.co.uk>
2006-01-03 00:23:11 GMT
2006-01-03 00:23:11 GMT
On Fri, Dec 30, 2005 at 04:54:43PM +0000, Luca Trevisani wrote:
> Hi, I recentely discovered your grat big package, and find it very helpfull for
> writing my PhD thesis.
Good! I'm glad you have found it useful.
> Anyway, I found a point wich in my opinion should be modified. You make always
> open the easymacs help page at startup. Then you make the info buffer unkillable.
> This second thing make problems when you edit Texinfo files. When you use F12 to
> compile and view the results, emacs can't kill the old info buffer and update it
> with the new (the result of compiled Texinfo file).
> Commenting the lines of easymacs.el which make unkillable the info buffer
> resolves this problem, and make very little difference in the package behaviour
> (if any).
That's a good argument. I have made the change as you recommend.
> Second, I'd like to ask if there is any way to make the mouse wheel scrolling
> "sticky" (like in scroll-up-one-line-sticky). This would make easymacs behaviour
> even more similar to modern grafical desktops behaviour.
I'm not entirely sure what behavior you mean. You could try this:
(defadvice mwheel-scroll (around mwheel-scroll-sticky activate)
(let ((pos (point)))
ad-do-it
(goto-char pos)))
> PS. looking forward to the next release of easymacs with auctex 11.8....
(Continue reading)
RSS Feed