Package: dictionaries-common
Version: 0.24.10
Severity: normal
File: /etc/emacs/site-start.d/50dictionaries-common.el

Hi,

For reference, see:

 http://lists.debian.org/debian-emacsen/2005/10/msg00036.html

The file /etc/emacs/site-start.d/50dictionaries-common.el sets some user
settings as:

(if (or (eq window-system 'x) (eq window-system 'gtk))
    (progn
      (setq ispell-menu-xemacs nil)
      (ispell-change-dictionary nil)
      )
  )

In the stable version of the package, this is documented as:

: ispell.el loading at startup
: ----------------------------
: Emacs comes dumped with an ispell-menu-map containing a set of
: dictionaries that won't be what's actually present. To make it match the
: actually installed dictionaries some magic is done in the
: 
: /etc/emacs/site-start.d/50dictionaries-common.el
: 
: file, but that will force loading of ispell.el even if you do not intend
: to use it at all. If you do not like that behavior, (lisp) coment the
: lines
: 
: (setq ispell-menu-xemacs nil)
: (ispell-change-dictionary nil)
: 
: in that file. Since that is a conffile your changes will be preserved if
: you choose that at package upgrade.

It would be preferable that Emacs user configuration preferences not
be done in a system file (which users don't have the privileges to edit)
but rather through the use of an Emacs customization variable
(defcustom). 

I realize that this isn't an Emacs package and you may not have the
skills to implement this.  Let me know if a patch is required.

-- 
Peter S. Galbraith, Debian Developer          <[EMAIL PROTECTED]>
                                 http://people.debian.org/~psg
GPG key 1024/D2A913A1 - 97CE 866F F579 96EE  6E68 8170 35FF 799E


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=en_CA, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages dictionaries-common depends on:
ii  debconf                       1.4.30.11  Debian configuration management sy
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 

-- debconf information:
  dictionaries-common/invalid_debconf_value:
  dictionaries-common/selecting_ispell_wordlist_default:
* dictionaries-common/default-ispell: british (British English)
  shared/packages-wordlist:
* dictionaries-common/default-wordlist: canadian-large (Canadian English -- 
large)
  shared/packages-ispell:
  dictionaries-common/ispell-autobuildhash-message:
  dictionaries-common/old_wordlist_link: true
  dictionaries-common/languages: ~manual~ (I set symlinks manually)
  dictionaries-common/move_old_usr_dict: true
  dictionaries-common/remove_old_usr_dict_link: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to