emacs-devel
[Top][All Lists]
Advanced

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

Re: mykie.el


From: Yuta Yamada
Subject: Re: mykie.el
Date: Sat, 11 Jan 2014 15:23:04 -0500 (EST)

Hi, I asked someone about how to implement `mykie' function by using
macro. But somehow I could implement by myself. Sorry bother you.
And I could add parenthesized syntax too at feature branch.
https://github.com/yuutayamada/mykie-el/tree/feature
(I mistyped branch name, so renamed from future -> feature)

Mykie parenthesized syntax:
;; use * to use parenthesized syntax
(mykie:define-key* global-map "C-j"
   (:default (message "default")
             (message "second line"))
   (:C-u     (message "C-u function")))



reply via email to

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