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
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)
+' 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
___
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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.
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
___
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
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
___
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
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
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
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.
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
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
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
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
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/
__
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
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.
__
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
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
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
63 matches
Mail list logo