float-ieee.el

2015-02-07 Thread Leo Liu
A library to encode/decode floats in IEEE 754. float-ieee.el Description: float-ieee.el ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

cal-china-plus merged in emacs (was: cal-china-plus.el)

2014-05-06 Thread Leo Liu
Emacs trunk (to be 24.5) now supports Chinese dates in diary. cal-china-plus.el from https://github.com/leoliu/cal-china-plus offers the upstream features to emacs <= 24.4. Note: the representation of Chinese year in diary has changed to be (+ (* cycle 100) year)

Review easy-kill.el

2014-04-03 Thread Leo Liu
+' and `-' to expand/shrink the kill list-wise M-w d => kill current defun repeat `d' to expand the kill to include next defun `+' and `-' to expand/shrink the kill defun-wise Any comments on the package? Thanks for your time. Leo ___

Re: easy-kill: drop-in replacement for kill-ring-save

2014-01-19 Thread Leo Liu
text, which should silently exit easy-kill. Most keys should not be intercept by easy-kill. > 2. About extend/shrink, can be bounded too, > these are more intuitive to me than +/-. You could add these keys to easy-kill-base-map. Leo ___ gnu-emac

Re: column-overflow-mode

2013-12-25 Thread Leo Liu
On 2013-12-25 21:03 +0800, isachin wrote: > @Leo Liu > > (require 'whitespace) > (setq whitespace-line-column 80) ;; limit line length > (setq whitespace-style '(face lines-tail)) > (add-hook 'prog-mode-hook 'whitespace-mode) > (global-whitespace-mode +1)

column-overflow-mode

2013-12-25 Thread Leo Liu
A minor mode to indicate overflow column. column-overflow.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: ggtags v0.7.1

2013-11-06 Thread Leo Liu
0. Support all Global's output formats: grep, ctags-x, cscope etc. HTH, Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

ggtags v0.7.1 (was: ggtags v0.7.0)

2013-11-04 Thread Leo Liu
On 2013-11-02 22:42 +0800, Leo Liu wrote: > Hi there, > > A lot of improvements. Should work with large source tree smoothly now. > Let me know if there are issues. Thanks. -- Leo > > https://github.com/leoliu/ggtags/issues Now fully-synced to GNU ELPA and package-install will

ggtags v0.7.0

2013-11-02 Thread Leo Liu
Hi there, A lot of improvements. Should work with large source tree smoothly now. Let me know if there are issues. Thanks. -- Leo https://github.com/leoliu/ggtags/issues ggtags.el.gz Description: Binary data ___ gnu-emacs-sources mailing list gnu

easy-kill learns new things: v0.9.0

2013-10-15 Thread Leo Liu
welcome. Thanks. Leo easy-kill.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: easy-kill: drop-in replacement for kill-ring-save

2013-10-09 Thread Leo Liu
use it). Not sure > how to implement it best. > Maybe via a one-time pre/post-command-hook that would remove itself? This mailing list is too slow for discussion. Could you comment on this github issue instead? https://github.com/leoliu/easy-kill/issues

Re: easy-kill: drop-in replacement for kill-ring-save

2013-10-08 Thread Leo Liu
d to the kill ring, > but the region is inactive, so mc/mark-all-like-this-dwim just uses the > symbol at point. Sorry I use neither of these packages. Is the intention to have region active after exit easy-kill? Or is it better to have, for example, C-SPC exit easy-kill and activat

easy-kill.el: v0.7.0

2013-10-07 Thread Leo Liu
Bug fixes and improvements. Comments welcome! Thanks. -- Leo Screenshot: http://i.imgur.com/8TNgPly.png Development: https://github.com/leoliu/easy-kill easy-kill.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs

easy-kill: drop-in replacement for kill-ring-save

2013-10-06 Thread Leo Liu
point 3. f -> file at point 4. l -> list at point 5. d -> defun at point 6. b -> buffer-file-name 7. + -> extend current selection 8. - -> shrink current selection Development is in https://github.com/leoliu/easy-kill and comments are welcome. Leo easy-kill

Re: jump-to-register with preview

2013-10-03 Thread Leo Liu
to overwrite it on purpose.) Excellent idea. Factored out register-do-with-preview which can be easily used to make similar commands. Please give it a go and comments welcome! https://github.com/leoliu/register-jump.el Thanks, Leo ___ gnu-emacs-sources mai

Re: repeatable.el

2013-10-03 Thread Leo Liu
On 2013-10-03 09:07 +0800, Leo Liu wrote: > A package to make repeatable commands or make existing commands > repeatable. -- Leo Now lives in https://github.com/leoliu/repeatable.el Comments welcome! Leo ___ gnu-emacs-sources mailing list gnu

Re: jump-to-register with preview

2013-10-03 Thread Leo Liu
On 2013-10-04 05:58 +0800, Bastien wrote: > Nice. This somehow overlaps with register-list.el (from GNU ELPA). > > Maybe we could merge the two and provide such a feature un Emacs? Thanks, I'll take a look and check if possible. Leo ___

jump-to-register with preview

2013-10-03 Thread Leo Liu
A small package to let you easily jump to registers by showing register preview. See screenshot http://i.imgur.com/aF4brgv.png https://github.com/leoliu/register-jump.el Leo register-jump.el Description: application/emacs-lisp ___ gnu-emacs-sources

repeatable.el

2013-10-03 Thread Leo Liu
A package to make repeatable commands or make existing commands repeatable. -- Leo repeatable.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

scratch.el

2013-10-02 Thread Leo Liu
A small package for managing scratch buffers. https://github.com/leoliu/scratch.el scratch.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

backup-diff.el

2013-09-21 Thread Leo Liu
Provide a command `backup-diff' which is like `diff-backup' but allows moving between backup files easily. https://github.com/leoliu/backup-diff backup-diff.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gn

bbdb-attach: Attach bbdb records as vCard, HTML, QR code image etc.

2013-08-20 Thread Leo Liu
As suggested in the subject line. https://github.com/leoliu/bbdb-attach bbdb-attach.el Description: application/emacs-lisp qrencode.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.

temp-buffer-browse.el

2013-08-13 Thread Leo Liu
A small package to allow keys `SPC', `DEL' and `RET' immediately following a temp buffer popup to scroll up, scroll down and close the temp buffer window, respectively. https://github.com/leoliu/temp-buffer-browse temp-buffer-browse.el Description: application/emacs-lisp ___

Re: pcmpl-tlmgr: shell completion for the TeX Live Manager

2013-04-04 Thread Leo Liu
On 2013-04-02 17:27 +0800, Leo Liu wrote: > A little package to make using tlmgr easier in emacs. You can a slightly updated version here: https://github.com/leoliu/pcmpl-tlmgr Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org ht

pcmpl-tlmgr: shell completion for the TeX Live Manager

2013-04-02 Thread Leo Liu
A little package to make using tlmgr easier in emacs. pcmpl-tlmgr.el Description: pcmpl-tlmgr.el ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: ggtags.el for using GNU Global in Emacs

2013-01-31 Thread Leo Liu
On 2013-01-30 15:26 +0800, Leo Liu wrote: > 1. M-x ggtags-mode > 2. M-. to find definitions/declarations > 3. C-u M-. to find references > 4. If multiple tags are found, use M-n and M-p to navigate between them. Cleaned up and now available on https://github.com/leoliu/ggtags and will

ggtags.el for using GNU Global in Emacs

2013-01-30 Thread Leo Liu
for free among many other features. You can also use ggtags-build-imenu-index for imenu which can improve performance and accuracy in large files. This is initial release and will have bugs. Comments are highly appreciated. Thanks. Leo. ggtags.el Description: application/emacs-lisp

Re: mic-paren.el 3.10 available

2013-01-25 Thread Leo Liu
On 2013-01-24 17:01 +0800, Leo Liu wrote: > Seems working from a user's perspective. Would be nice to have > Stefan's input. In js-mode with the following contents: { // ) } Move point to be after ) and you can observe { highlighted. So it seems it needs to check if in

Re: mic-paren.el 3.10 available

2013-01-24 Thread Leo Liu
til tried forward-sexp which rightfully skips comments. Maybe another colour for comment parentheses? Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: mic-paren.el 3.10 available

2013-01-17 Thread Leo Liu
On 2013-01-17 22:58 +0800, Stefan Monnier wrote: > But this leads to other bugs (try it with a comment like (* foo"bar *) > for example). > > I think the only way to do it right begins by checking whether (1- > (point)) is within a comment. Syntax at pos (+ (point) +1/-1) still says not a comment.

Re: mic-paren.el 3.10 available

2013-01-17 Thread Leo Liu
smatch look. I can get mic-paren to behave by applying this patch but I am not sure it is the proper fix. Can you take a look? Thanks. Leo a/mic-paren.el b/mic-paren.el 16:11:47.0 +0800 @@ -1022,7 +1022,8 @@ (min lim (poi

Re: mic-paren.el 3.10 available

2013-01-16 Thread Leo Liu
On 2013-01-15 17:47 +0800, Thien-Thi Nguyen wrote: > Not that i know of, at the moment. I have scheduled some quality > (grok/debug) time w/ mic-paren for end of week and will investigate > then. Excellent, I look forward to your vict

Re: mic-paren.el 3.10 available

2013-01-15 Thread Leo Liu
On 2012-07-16 21:16 +0800, Thien-Thi Nguyen wrote: > (For best results do not use mic-paren when unsmitten or unbalanced. > :-P) I have this incorrect mismatch highlight in sml-mode (from GNU ELPA). Any cure? <> Leo ___ gnu-emacs-sources

sokoban game for GNU Emacs (tested in 23.4 and 24.2)

2012-10-15 Thread Leo
Hi there, Sokoban game ported from XEmacs. Get it from: https://github.com/leoliu/sokoban Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

ack.el and pcmpl-ack.el v0.7

2012-09-30 Thread Leo
Change: ack.el now runs on emacs 23 https://github.com/leoliu/ack-el ack.el Description: application/emacs-lisp pcmpl-ack.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailm

ack.el and pcmpl-ack.el v0.6

2012-09-26 Thread Leo
Hi there, ack.el provides an emacs interface to ack (http://betterthangrep.com/) built on top of compilation.el. pcmpl-ack.el adds completion for ack command in shell/eshell. Git repo: https://github.com/leoliu/ack-el Leo ack.el Description: application/emacs-lisp pcmpl-ack.el Description

Re: eldoc support with M-:

2011-10-01 Thread Leo
a separate buffer, as a tooltip or in the mode-line as shown in this screenshot. <> Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: cal-china-plus.el

2010-12-16 Thread Leo
Hi all, Some cleanup and also font locking support for Chinese dates in Diary mode. Git REPO is here https://github.com/leoliu/cal-china-plus-el . Cheers, Leo -- Oracle is the new evil <> cal-china-plus.el Description: application/emac

`list-processes' in elisp

2010-12-16 Thread Leo
Hello all, Implement `list-processes' in elisp and allow you to kill processes in that buffer. GIT REPO: https://github.com/leoliu/emacs-process Thanks in advance for any comments and suggestions. -- Oracle is the new evil emacs-process.el Description: application/emacs-lisp

pcmpl-git.el

2010-09-19 Thread Leo
Hello, A little package for git completion in eshell. It supports completing short and long options, tags, branches and sha1s. http://github.com/leoliu/pcmpl-git-el/commits/master Cheers, Leo git-options Description: Binary data pcmpl-git.el Description: application/emacs-lisp

Re: ioccur, incremental occur

2010-04-20 Thread Leo
On 2010-04-20 15:42 +0100, Thierry Volpiatto wrote: > Are you sure the Emacs-23 used in ubuntu is the one that have > `read-key'? > ioccur work also with Emacs version that have only read-char/event. Emacs-23 is the branch currently holding the 23.2 release. Yes it has

Re: ioccur, incremental occur

2010-04-20 Thread Leo
epends on some timing?), but I certainly observed it. " HTH, Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: ioccur, incremental occur

2010-04-15 Thread Leo
ad-key to Emacs for OSX. > Here it work fine (GNU/linux - Gentoo) I did. I will do the report. Cheers, Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: ioccur, incremental occur

2010-04-12 Thread Leo
gt; cd to ioccur directory > > hg update -C development I will try it out later on. Unfortunately because of the key flashing issue which is very disturbing I haven't been using ioccur.el. My suggestions in last post was too hasty also. Leo

Re: ioccur, incremental occur

2010-04-01 Thread Leo
* buffer should be kept. The reason to use occur or ioccur other than C-s is to have an overview of entries that the user wants to look at for example during bug fixing one might want to look at all places a function has been used. So the *ioccur* buffer should be there for them to nav

Re: ioccur, incremental occur

2010-03-31 Thread Leo
On 2010-03-29 22:20 +0100, Thierry Volpiatto wrote: > Leo writes: > >> On 2010-03-29 20:09 +0100, Thierry Volpiatto wrote: >>> Hi all, >>> version 1.1 of ioccur.el is available at >> >> Many thanks for this package;) > Your are welcome ;-) After t

Re: ioccur, incremental occur

2010-03-29 Thread Leo
On 2010-03-29 20:09 +0100, Thierry Volpiatto wrote: > Hi all, > version 1.1 of ioccur.el is available at Many thanks for this package;) Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu

kmacro-ring-list v0.5

2010-03-05 Thread Leo
Hello, This package allows you to view and manipulate keyboard macros easily. It is at version 0.5. Comments are welcome. kmacro-ring-list.el Description: kmacro-ring-list.el Leo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http

Re: mic-paren.el 3.8 available

2010-03-03 Thread Leo
On 2010-03-01 20:57 +, Thien-Thi Nguyen wrote: > Thanks. I have installed that change. Thanks. > > I'll wait until 2010-05 for other changes (from you or anyone) > and then look to release 3.9. Look forward to this. Leo ___

Re: mic-paren.el 3.8 available

2010-03-01 Thread Leo
ear-message 'no-log)) (define-mic-paren-nolog-message - (message "%s" msg) + (let (message-log-max) (message "%s" msg)) (message nil ;;; ====== Diff finished. Mon Mar 1 10:06:18

Re: undo-tree.el

2009-11-29 Thread Leo
On 2009-11-29 19:03 +, Toby Cubitt wrote: > Appologies for posting three versions in quick succession, but I'd like > to get one version that compiles and works correctly, and I seem to be > incapable of this. > > Third time lucky... It is great fun seeing this pa

cal-china-plus.el 0.12

2009-05-06 Thread Leo
On 2008-11-21 17:05 +, Leo wrote: > Hi there, Bug fixes. Version 0.12. > This is not another package to customise the appearance of Emacs > calendar for Chinese taste. Instead, it provides the following essential > features: > > K

Re: avl-tree.el -- enhanced drop-in replacement for version included in Emacs

2009-02-13 Thread Leo
Hi Toby, On 2009-02-12 15:27 +, Toby Cubitt wrote: > ;;; Change log: > ;; > ;; Version 0.1 > ;; * drop-in replacement for the version included with Emacs Should your enhancement be incorporated into the version in Emacs? If so, please propose to emacs-devel. Thanks.

cal-china-plus.el

2008-11-21 Thread Leo
7;diary-nongregorian-marking-hook 'diary-chinese-mark-entries) An example of diary entries: C1 一月 2009 enquire after every family member C15 * Telephone Mom %%(diary-chinese-anniversary 11 3 2006) Grandma died ;;; cal-china-plus.el --- extra stuff for cal-china ;; Copyright (C) 2008 Leo S

Re: uuid.pl

2008-04-12 Thread Leo
s helps Bye, -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the better alternative -- http://www.openoffice.org/ ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

xclip.el - easy copying and pasting in terminal

2008-02-19 Thread Leo
: xclip.el Best, -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the best OS -- http://www.fedoraproject.org/ ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu

Re: PHP mode version 1.4.0

2008-01-26 Thread Leo
php-mode.el:332:34:Warning: reference to free variable | `php-imenu-generic-expression' | php-mode.el:369:8:Warning: assignment to free variable | `add-log-current-defun-header-regexp' | Wrote /dev/shm/php-mode-1.4.0/php-mode.elc ` Best, -- .: Leo :. [ sdl.web AT

Re: snippet.el -- TextMate-like templates

2007-10-22 Thread Leo
lues. This looks like a package worth having in Emacs. Its ui is much more intuitive compared to either skeleton or tempo. HTH, -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the most powerful email client -- http://gnus.org/ __

Re: keyring support

2007-09-02 Thread Leo
e for comments. > > Tom Is this package a subset of easypg? -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: ;;; anything.el --- open anything

2007-08-29 Thread Leo
ime to time. The freeze sometimes can be cancelled by typing "C-g" many times, but sometimes not when I have to use "killall emacs". -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. __

Re: globalff.el --- Global find file

2007-08-18 Thread Leo
On 2006-03-09 10:54 +, [EMAIL PROTECTED] wrote: > Here's new version which doesn't use electric, so the pattern editing > is more natural. GNU Emacs has locate.el included. What's the advantage of globalff over locate.el? -- Leo (GPG Key: 9283AA

Re: linum.el -- Display line numbers to the left of buffers

2007-03-24 Thread Leo
not make the library > available to more users, by foregoing new features that are not > really needed and exploited as such? Another way of looking at it is that it will get more users to use the newer versions of emacs and help with the development and testing. I see no reason not to

Re: linum.el -- Display line numbers to the left of buffers

2007-03-24 Thread Leo
m.el:87:6:Warning: `make-local-hook' is an obsolete function (as of Emacs | 21.1); not necessary any more. | Wrote /dev/shm/linum.elc ` Regards, -- Leo (GPG Key: 9283AA3F) ___ gnu-emacs-sources mailing list gnu