Re: Refactoring elisp compilation

2012-07-16 Thread Jack Kelly
On Sun, Jul 15, 2012 at 6:03 PM, Stefano Lattarini wrote: > At least we should find a way to silence all messages that are not > real warnings or errors... Otherwise, adding silent rules support > would just be pointless. I have been asking about this on SO, and there has been a little progress

Re: elisp: --batch implies -q, so remove -q.

2012-07-16 Thread Stefano Lattarini
On 07/16/2012 02:37 AM, Jack Kelly wrote: > Hi automakers, > > I noticed that the --batch argument to emacs implies -q, so I patched > out -q. Patch attached, which passes all lisp tests on my machine. > Apply to experimental/elisp-work. > Applied. Thanks, Stefano

[FYI] Merge branch 'maint' into master

2012-07-16 Thread Stefano Lattarini
commit 094b83a641e3b5b4aedf8820cb2af9d1c32cb476 Merge: 7eccbf4 455437e Author: Stefano Lattarini Date: Mon Jul 16 11:16:15 2012 +0200 Merge branch 'maint' * maint: fixup: delete "# serial" line in m4/amversion.in news: update about recent ylwrap changes and fixes m4:

[FYI] {maint} fixup: delete "# serial" line in m4/amversion.in

2012-07-16 Thread Stefano Lattarini
Otherwise, when m4/amversion.m4 is regenerated, it will contain a serial line as well. Signed-off-by: Stefano Lattarini --- m4/amversion.in |2 -- 1 file changed, 2 deletions(-) diff --git a/m4/amversion.in b/m4/amversion.in index e44ace1..3661259 100644 --- a/m4/amversion.in +++ b/m4/amver

Re: [PATCH 3/3] ylwrap: rename header inclusion in generated parsers

2012-07-16 Thread Stefano Lattarini
On 07/15/2012 11:28 AM, Akim Demaille wrote: > Hi Stefano, > > Le 14 juil. 2012 à 10:07, Stefano Lattarini a écrit : > >> Oh, and: since you've fixed actual bugs, I think a NEWS entry is >> warranted. You can add that with a follow-up patch on the top of >> yacc-work (before that is merged to ma