lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lilypond-mode and zmacs-regions


From: Aurèle Duda
Subject: Lilypond-mode and zmacs-regions
Date: Mon, 17 Jan 2005 14:02:25 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

Hello,

(Mandrake 10.1/lilypond 2.5.8/XEmacs 21.5.18)

Is there any reasons of lines 1148-1151 in lilypond-mode.el ?

  ;; Use Command on Region even for inactive mark (region).
  (if (string-match "XEmacs\\|Lucid" emacs-version)
      (setq zmacs-regions nil)
    (setq mark-even-if-inactive t))

(setq zmacs-regions nil) overrides the default behaviour of xemacs and others 
modes like auctex,
preventing user to use C-ins : Xemacs complains about owning the primary 
selection.

Regards,
A.

--
Aurèle Duda
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]