Re: Changelog mode entry in auto-mode-alist

2007-06-05 Thread Chong Yidong
Dan Nicolaescu [EMAIL PROTECTED] writes:

Is this really desirable?  With this change, ChangeLog.sh (for
instance) opens in change-log-mode rather than shell script mode.
Maybe we should either revert this change (and use file variables to
specify the mode for ChangeLog.unicode and similarly-named files), or
move the change-log-mode entry further down in auto-mode-alist.

 File variables are not very good for non-emacs hackers. We can do it
 in emacs, but there are other projects that use the
 ChangeLog.BRANCH_NAME convention, we should make using the right mode
 easier for those projects.

 I'd vote for moving the change-log-mode further down in
 auto-mode-alist. 

I've split the ChangeLog.[0-9] and ChangeLog.[a-z0-9] entries, and
moved the latter further down the list.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


memory leak in xpm_load

2007-06-05 Thread YAMAMOTO Mitsuharu
In xpm_load (if HAVE_XPM and ALLOC_XPM_COLORS), xpm_init_color_cache
is called twice without an intervening xpm_free_color_cache call, and
that causes a memory leak ~4KB per XPM image creation.

 YAMAMOTO Mitsuharu
[EMAIL PROTECTED]

In GNU Emacs 22.1.50.1 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars)
 of 2007-06-06 on church
Windowing system distributor `ATT Laboratories Cambridge', version 11.0.3332
configured using `configure  '--x-libraries=/usr/local/lib' 'CFLAGS=-g -O2 -mv8 
-DSYNC_INPUT''



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug