My postings with an attached patch (multi-part mime) show up on the list
archive as HTML attachments even though the email body is patently plain
text.
If anyone knows what makes the source forge list software do this please
let me know. I can't even find a place to let the sourceforge people
know about this.
Seems like we have mailing list for Emacs software that does not archive
emails written in emacs quite right ;-)
>>>>> "Shyamal" == Shyamal Prasad <shyamal@...> writes:
Shyamal> Hi,
Shyamal> I'm taking a crack at cleaning up the (rather large) set of
Shyamal> warnings from compiling the JDEE Lisp code.
Shyamal> This is a first patch, and it is low hanging fruit: all the
Shyamal> "save-excursion followed by set-buffer" warnings are
Shyamal> fixed. That pair is replaced by with-current-buffer. By my
Shyamal> count that fixes 40 warnings.
Shyamal> The current usage became a warning in Emacs 23 in late
Shyamal> 2009: save-excursion does not save you from changes in the
Shyamal> buffer you switch *to* using the following set-buffer. So,
Shyamal> really, the only thing you *should* save before setting the
Shyamal> new buffer is the current buffer!
Shyamal> I've been using this patched version for over a week
Shyamal> now. It's a simple, if lengthy, patch and as expected it
Shyamal> works out just fine. There should be no compatibility
Shyamal> problems since with-current-buffer has been around at least
Shyamal> 14 years.
Shyamal> Now onto the remaining 176 warnings ;-)
Shyamal> Cheers! Shyamal
Shyamal> ------------------------------------------------------------------------------
Shyamal> Everyone hates slow websites. So do we. Make your web apps
Shyamal> faster with AppDynamics Download AppDynamics Lite for free
Shyamal> today: http://p.sf.net/sfu/appdyn_sfd2d_oct
Shyamal> _______________________________________________ jdee-users
Shyamal> mailing list jdee-users@...
Shyamal> https://lists.sourceforge.net/lists/listinfo/jdee-users
|