Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #879015

Bug#889056: auto-mode-alist-setting preumes too much

From Erwan David <erwan@rail.eu.org>
Newsgroups linux.debian.bugs.dist
Subject Bug#889056: auto-mode-alist-setting preumes too much
Date 2018-02-01 15:20 +0100
Message-ID <venSx-8eL-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Package: emacs-goodies-el
Version: 35.12
Severity: normal

In emacs-goodies-loaddefs.el we find :

(add-to-list 'auto-mode-alist '("sites-\\(available\\|enabled\\)/" . apache-mode))

But the sites-available/sites-enabled scheme is not used by apache
only, but also by freeradius (and could be used for other
configurations, eg nginx) using eg
add-to-list 'auto-mode-alist '("apache2/sites-\\(available\\|enabled\\)/" . apache-mode))
would be more appropriate.

-- System Information:
Debian Release: 8.10
  APT prefers oldstable-proposed-updates
  APT policy: (700, 'oldstable-proposed-updates'), (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages emacs-goodies-el depends on:
ii  bash                     4.3-11+deb8u1
ii  dpkg                     1.17.27
ii  emacs24-lucid [emacsen]  24.5+1-6~bpo8+1
ii  install-info             5.2.0.dfsg.1-6

Versions of packages emacs-goodies-el recommends:
pn  dict      <none>
pn  perl-doc  <none>
ii  wget      1.16-1+deb8u4

emacs-goodies-el suggests no packages.

-- no debconf information

Back to linux.debian.bugs.dist | Previous | Next | Find similar | Unroll thread


Thread

Bug#889056: auto-mode-alist-setting preumes too much Erwan David <erwan@rail.eu.org> - 2018-02-01 15:20 +0100

csiph-web