Bug#719171: closed by Mehdi Dogguy (Re: Bug#719171: ocaml-mode: caml-set-compile-command quote filename)

2016-12-29 Thread Kevin Ryde
Mehdi Dogguy writes: > > The above code was disabled in 4.01.0-1. I have to admit that I am not sure > if this bug should be closed or not, since the code is still in the file but > not enabled (due to [1]). Disabled means not a debian problem. Upstream might still like to contemplate, even whi

Bug#753363: advi: /etc/mailcap entry

2014-06-30 Thread Kevin Ryde
Package: advi Version: 1.10.2-2 Severity: wishlist Tags: patch advi could offer itself as a dvi viewer in /etc/mailap. I think a file debian/advi.mime below can be installed by debhelper dh_installmime to /usr/lib/mime/packages/advi, for use by mime-support. (This is similar to /usr/lib/mime/pac

Bug#719171: ocaml-mode: caml-set-compile-command quote filename

2013-08-08 Thread Kevin Ryde
Package: ocaml-mode Version: 3.12.1-4 Severity: minor File: /usr/share/emacs/site-lisp/ocaml-mode/caml.el caml-set-compile-command could helpfully quote the buffer filename in the compile-command it builds (setq compile-command (concat command " " (shell-quot

Bug#676994: tuareg-mode: missing tuareg-before-change-function

2012-06-11 Thread Kevin Ryde
Ralf Treinen writes: > > I cannot see a bug here. Oh, you can see the effect in emacs23 too if tuareg-use-syntax-ppss is forced off, (progn (load "tuareg") (setq tuareg-use-syntax-ppss nil) (switch-to-buffer "foo") (tuareg-mode) (insert "abc")) => void-function tuareg-

Bug#676995: tuareg-mode: not clear the message area

2012-06-10 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.6-1 Severity: wishlist File: /usr/share/emacs/site-lisp/tuareg-mode/tuareg.el It'd be nice if tuareg-mode didn't do (message nil) Emacs sometimes shows a message on visiting a file and it's helpful to have it remain on screen. For example visiting a read-

Bug#676994: tuareg-mode: missing tuareg-before-change-function

2012-06-10 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.6-1 Severity: minor File: /usr/share/emacs/site-lisp/tuareg-mode/tuareg.el tuareg-mode has (unless tuareg-use-syntax-ppss (add-hook 'before-change-functions 'tuareg-before-change-function nil t)) but doesn't seem to define a `tuareg-before-change-functio

Bug#676858: tuareg-mode: emacs21 require 'derived

2012-06-10 Thread Kevin Ryde
Ralf Treinen writes: > > +(if (and (featurep 'emacs) (= emacs-major-version 21)) > +(require 'derived)) I think it'd be better to check for the func required, since looking at version numbers tends to be fragile. (unless (fboundp 'derived-mode-p) ;; in derived.el in emacs21 (requir

Bug#676860: tuareg-mode: setq smie f

2012-06-09 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.6-1 Severity: minor File: /etc/emacs/site-start.d/51tuareg-mode.el Running emacs -q -batch gets a warning Loading /etc/emacs/site-start.d/51tuareg-mode.el (source)... Error while loading 51tuareg-mode: Symbol's value as variable is void: f which

Bug#676858: tuareg-mode: emacs21 require 'derived

2012-06-09 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.6-1 Severity: wishlist File: /usr/lib/emacsen-common/packages/install/tuareg-mode I've still got emacs21 installed and tuareg-mode 2.0.6 fails to install with While compiling toplevel forms in file /usr/share/emacs21/site-lisp/tuareg-mode/ocamldebug-tuareg.el:

Bug#671573: tuareg-mode: help mode access to source code

2012-05-04 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.4-3 Severity: minor File: /usr/lib/emacsen-common/packages/install/tuareg-mode In emacs23 -q, C-h f tuareg-mode doesn't have a link button to the tuareg.el source code, where I hoped it would. In emacs23 a .el must be in the same directory as the .elc to

Bug#671559: ocaml-mode: debian-pkg-add-load-path-item

2012-05-04 Thread Kevin Ryde
Package: ocaml-mode Version: 3.12.1-2 Severity: minor File: /etc/emacs/site-start.d/50ocaml-mode.el /usr/share/doc/emacsen-common/debian-emacs-policy.gz section 9 asks lisp add-ons to add directories with `debian-pkg-add-load-path-item' rather than directly modifying `load-path' the way 50ocaml-mo

Bug#671558: tuareg-mode: auto-mode-alist regexp string end

2012-05-04 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.4-3 Severity: normal File: /etc/emacs/site-start.d/51tuareg-mode.el 51tuareg-mode.el sets up (add-to-list 'auto-mode-alist '("\\.ml\\w?" . tuareg-mode)) but I wonder if the regexp is meant to have a \\' anchor as per the autoload cookie of /usr/share/emacs/si

Bug#671557: tuareg-mode: debian-pkg-add-load-path-item

2012-05-04 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.4-3 Severity: minor File: /etc/emacs/site-start.d/51tuareg-mode.el /usr/share/doc/emacsen-common/debian-emacs-policy.gz section 9 asks lisp add-ons to add directories with `debian-pkg-add-load-path-item' rather than directly modifying `load-path' the way 51tuare

Bug#452340: ocaml-mode: Can't follow cross-refs to elisp source files in Emacs

2012-04-24 Thread Kevin Ryde
For emacs23 a .el must be in the same directory as the .elc to be recognised as its source code and be shown in help-mode. An easy way to do that is for the install script to symlink the .el files to the flavour directory to byte compile and then leave them there for the help system to use. (With