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
[EMAIL PROTECTED]


_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to