Processed: tagging 676994

2012-06-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 676994 + moreinfo Bug #676994 [tuareg-mode] tuareg-mode: missing tuareg-before-change-function Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 676994: http://bugs.debian.org/cgi-bin/bug

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

2012-06-10 Thread Ralf Treinen
On Mon, Jun 11, 2012 at 09:03:27AM +1000, Kevin Ryde wrote: > 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-chang

Bug#670733: Some remarks

2012-06-10 Thread Romain Beauxis
Hi all, I just discovered this bug. I also wrote the configure test. The bug extends to all ocaml bindings released with liquidsoap 1.0.0 I agree that the configure test is naive, but it relies on reasonable and documented behaviours and variables. While it may be quicker for the release to patc

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#667447: another patch for ocamlsdl-0.9.0

2012-06-10 Thread Olivier Andrieu
On Thu, Jun 7, 2012 at 10:12 PM, Florent Monnier wrote: > Le lundi 28 mai 2012 20:34:55, Olivier Andrieu a écrit : > [...] >> Hi guys, >> thanks for the patches, I've committed the fix for the META file and >> I've made a new tarball release (0.9.0). > > Hi Olivier, > > I've found a typo in "ocaml

Processed: limit source to tuareg-mode, tagging 676860

2012-06-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > #tuareg-mode (1:2.0.6-2) UNRELEASED; urgency=low > # > # * debian/emacsen-install: fix tuareg-use-smie (f -> nil). Thanks to > #Kevin Ryde (closes: #676860). > # > limit source tuareg-mode Limiting to bugs with field 'source' containing at le

Bug#676860: tuareg-mode: setq smie f

2012-06-10 Thread Ralf Treinen
On Sun, Jun 10, 2012 at 12:01:50PM +1000, Kevin Ryde wrote: > Package: tuareg-mode > Version: 1:2.0.6-1 > Severity: minor > File: /etc/emacs/site-start.d/51tuareg-mode.el > Perhaps 51tuareg-mode.el > > (setq tuareg-use-smie f) > > is meant to be nil, for elisp. yes, of course. A typo probab