emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Namespace macros


From: Helmut Eller
Subject: Re: Namespace macros
Date: Mon, 08 Dec 2014 10:17:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

On Mon, Dec 08 2014, Artur Malabarba wrote:

> Below is a short example of a package using the macro, in case anyone's
> interested. I particularly find it a pleasure to write and read code like
> this.
> https://github.com/Bruce-Connor/camcorder.el

Yes, in most cases dropping the "camcorder-" prefix is a win.
But this part:

(define-minor-mode mode nil nil "sc"
  '(([f12] . camcorder-stop)
    ([f11] . camcorder-pause))
   ... )
   
doesn't look so great to me, because 1) "define-minor-mode mode" is
really useless for grep 2) it still uses the "camcorder-" prefix for key
bindings.

Helmut



reply via email to

[Prev in Thread] Current Thread [Next in Thread]