all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17745: 24.3; auto-mode-alist .ad for conf-xdefaults-mode
@ 2014-06-10  6:00 Kevin Ryde
  2014-06-12  2:15 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2014-06-10  6:00 UTC (permalink / raw)
  To: 17745

files.el auto-mode-alist has an entry

     ("/X11.+app-defaults/" . conf-xdefaults-mode)

It could be good if it also matched Foo.ad files, like

     ("/X11.+app-defaults/\\|\\.ad\\'" . conf-xdefaults-mode)

"Foo.ad" is the name of an app-defaults file in a source code
distribution.  It's renamed to just "Foo" when installed to
/etc/X11/app-defaults/.

(For comparison i can be seen generic-x.el `x-resource-generic-mode' has
.ad treated this way.)

2014-06-10  Kevin Ryde  <user42_kevin@yahoo.com.au>

	* files.el (auto-mode-alist): .ad files as conf-xdefaults-mode.




In GNU Emacs 24.3.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2014-05-06 on biber, modified by Debian
Configured using:
 `configure '--build' 'i486-linux-gnu' '--build' 'i486-linux-gnu'
 '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
 '--localstatedir=/var/lib' '--infodir=/usr/share/info'
 '--mandir=/usr/share/man' '--with-pop=yes'
 '--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.3/site-lisp:/usr/share/emacs/site-lisp'
 '--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes'
 '--with-x-toolkit=lucid' '--with-toolkit-scroll-bars' '--without-gconf'
 '--without-gsettings' 'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2
 -fstack-protector --param=ssp-buffer-size=4 -Wformat
 -Werror=format-security -Wall' 'LDFLAGS=-Wl,-z,relro'
 'CPPFLAGS=-D_FORTIFY_SOURCE=2''





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#17745: 24.3; auto-mode-alist .ad for conf-xdefaults-mode
  2014-06-10  6:00 bug#17745: 24.3; auto-mode-alist .ad for conf-xdefaults-mode Kevin Ryde
@ 2014-06-12  2:15 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2014-06-12  2:15 UTC (permalink / raw)
  To: Kevin Ryde; +Cc: 17745-done

>      ("/X11.+app-defaults/\\|\\.ad\\'" . conf-xdefaults-mode)

Thanks, installed into trunk.


        Stefan





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-12  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10  6:00 bug#17745: 24.3; auto-mode-alist .ad for conf-xdefaults-mode Kevin Ryde
2014-06-12  2:15 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.