[PATCH] emacs: Suppress warnings about using cl at runtime

2012-06-03 Thread David Bremner
Austin Clements writes: > It was decided in the thread starting at [0] that it is okay for > notmuch to use 'cl runtime functions. However, by default, these > produce byte compiler warnings. This suppresses those using > file-local variables. Pushed, no idea why it took so long. d

Re: [PATCH] emacs: Suppress warnings about using cl at runtime

2012-06-03 Thread David Bremner
Austin Clements writes: > It was decided in the thread starting at [0] that it is okay for > notmuch to use 'cl runtime functions. However, by default, these > produce byte compiler warnings. This suppresses those using > file-local variables. Pushed, no idea why it took so long. d __

[PATCH] emacs: Suppress warnings about using cl at runtime

2012-03-29 Thread Austin Clements
It was decided in the thread starting at [0] that it is okay for notmuch to use 'cl runtime functions. However, by default, these produce byte compiler warnings. This suppresses those using file-local variables. [0] id:"m262g864dz.fsf at wal122.wireless-pennnet.upenn.edu" --- emacs/notmuch-lib.

[PATCH] emacs: Suppress warnings about using cl at runtime

2012-03-28 Thread Adam Wolfe Gordon
Works for me. notmuch-mua.el also uses remove-if, so it should get the same treatment.

Re: [PATCH] emacs: Suppress warnings about using cl at runtime

2012-03-28 Thread Adam Wolfe Gordon
Works for me. notmuch-mua.el also uses remove-if, so it should get the same treatment. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH] emacs: Suppress warnings about using cl at runtime

2012-03-28 Thread Austin Clements
It was decided in the thread starting at [0] that it is okay for notmuch to use 'cl runtime functions. However, by default, these produce byte compiler warnings. This suppresses those using file-local variables. [0] id:"m262g864dz@wal122.wireless-pennnet.upenn.edu" --- emacs/notmuch-lib.el