logo       

Re: Easymacs correction for Texinfo files editing plus question: msg#00000

emacs.easymacs.user

Subject: Re: Easymacs correction for Texinfo files editing plus question

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....

I have just released version 1.7, which has the latest auctex. Let me
know if you have any problems with it -- I did not do much testing of
the new auctex myself.

Best wishes,

Peter


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise