Re: ggtags v0.7.1

2013-11-06 Thread William Xu
Leo Liu sdl@gmail.com writes: 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 How is it different from the gtags.el

Re: skeleton-complete.el

2013-04-16 Thread William Xu
Bao Haojun baohao...@gmail.com writes: Dear fellow Emacsians, I'd like you to try my elisp package: skeleton-complete.el, which works by regexp rewriting and text matching. It is greatly inspired by hippie-expand and ecomplete.el and anything.el. With it you can type a minimum and complete

Re: Year calendar view

2013-03-08 Thread William Xu
Ivan Kanis ban...@kanis.fr writes: It displays a year calendar and holiday faces. When displaying the current year, the cursor will be placed on the day. It doesn't handle any of the calendar input, such as motion. I got this error when running on emacs 24.2.2: Debugger entered--Lisp error:

less.el 0.5

2011-04-23 Thread William Xu
Changes since 0.4: , | - Introduce `global-less-minor-mode'. | - Handle movement in image-mode specically. | - Some bug fixes. ` -William ;;; less.el --- less style view mode ;; Copyright (C) 2005, 2007, 2009, 2010, 2011 William Xu ;; Author: William Xu william@gmail.com

Re: gmail-notifier.el v0.1 --- Notify unread gmail on mode line

2010-07-13 Thread William Xu
So, who knows. I assume I'm using all the latest certificates on my computer. I work at a fairly large hi-tech corporation, and they keep our machines well up to date. Just came across this, you may give it a try, by updating your local CA certs. http://www.cozmanova.com/node/8 -William

Re: gmail-notifier.el v0.1 --- Notify unread gmail on mode line

2010-06-29 Thread William Xu
da...@adboyd.com (J. David Boyd) writes: I get this when I run this, using my username and password: error in process sentinel: `curl -s --user myusername:mypassword https://mail.google.com/mail/feed/atom' failed: 60 Error 60 means: (from curl) , | 60 Peer certificate cannot

Re: gmail-notifier.el v0.1 --- Notify unread gmail on mode line

2010-06-25 Thread William Xu
Thierry Volpiatto thierry.volpia...@gmail.com writes: You should use auth-source to set login and passwd: Write in ~/.authinfo or ~/.authinfo.gpg It looks like auth-source.el only recognizes ~/.authinfo.gpg by default? , | (defcustom auth-sources '((:source ~/.authinfo.gpg :host t

gmail-notifier.el v0.1 --- Notify unread gmail on mode line

2010-06-24 Thread William Xu
Show unread gmail count on mode line, it looks like this: G(2). `G' could be the gmail logo if your emacs supports image. To setup: (require 'gmail-notifier) (setq gmail-notifier-username william.xwl gmail-notifier-password **) (gmail-notifier-start) -- William

Re: ga.el 0.4 Release

2010-05-06 Thread William Xu
Andreas xxtj...@googlemail.com writes: Ga is a generic apt(as used in Debian GNU/Linux) alike interface over various package management tools. Does that mean one could hook that up to a service and download and install EMACS extension packages this way? Like an apt that runs for

Subject: cal-china-x.el --- Chinese calendar extras v2.1

2009-12-15 Thread William Xu
CHANGES SINCE 2.0 = - Fix solar term calculation bug in cross year view, such as '(11 12 1). Thanks to LaoLang_cool, lang for reporting this. - Shorten calendar mode line length(like in 23) instead of occupying the whole screen width(like in 22). - Some

buffer-action.el --- Perform actions(compile/run, etc) in buffer v3.3

2009-09-16 Thread William Xu
Perform actions(compile, run) based on buffer properties, such as major mode, filename or any lisp expressions. e.g., foo.c: buffer-action-compile = gcc -o foo foo.c -O2 buffer-action-run = ./foo Changes since 3.2: - buffer-action-table: Every item now support thunks. -

ga.el 0.4 Release

2009-05-04 Thread William Xu
Ga is a generic apt(as used in Debian GNU/Linux) alike interface over various package management tools. Changes since 0.3: , | - ga-pkgsrc.el: New backend for netbsd pkgsrc tool. | | - ga-BACKEND-available-pkgs: Removed. | ga-available-pkgs: Defined as a list of: ((backend pkgs) ...) |

chicken-scheme-extras.el 0.1 --- Non-standard macros and special forms support

2008-07-12 Thread William Xu
) 2008 William Xu ;; Author: William Xu [EMAIL PROTECTED] ;; Version: 0.1 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) ;; any later

easy-todo.el 0.3 --- Manage your todos in an extremely easy way!

2008-07-06 Thread William Xu
What is it? --- ;; `easy-todo-mode' is a very easy todo manager. It simply adds some ;; highlighted keywords, some special prefix flags(for indicating ;; different status of todo items) upon `text-mode'. ;; It supports four different prefix flags, namely, ^ (ongoing), ;; ^- (todo), ^|

generic-apt.el (0.1) --- Generic apt alike interfaces for various package management tools

2008-07-05 Thread William Xu
Currently it supports apt-get and fink backends. Adding new backends is rather easy. ;;; Commentary: ;; This extenstion tries to provide a generic apt(as used in Debian ;; GNU/Linux) alike interface over various package management tools, ;; such as: apt-get(Debian GNU/Linux),

cal-china-x.el --- Chinese calendar extras v0.9

2008-05-18 Thread William Xu
CHANGES SINCE 0.8.2 --- - When holiday-lunar returns a holiday that is beyond current calendar view, we should not add it to calendar-holidays. (Thanks to [EMAIL PROTECTED] for reporting this) - update-calendar-mode-line has been renamed to

Re: Remember 2.0 released

2008-04-17 Thread William Xu
Is it dependent on planner, emacs-wiki, etc? Does it support Org-mode? I got lots of errors when compiling, with fresh checkout, on emacs 22.2. zen:~/repo/git/remember$ make Loading subst-jis... Loading subst-ksc... Loading subst-big5... Loading subst-gb2312... In toplevel form:

Re: Remember 2.0 released

2008-04-17 Thread William Xu
Michael Olson [EMAIL PROTECTED] writes: Don't worry about the errors -- they aren't important. Elisp doesn't have to be compiled, and since Remember is so small, there is almost no point in compiling it. remember.el doesn't have hard dependencies on Planner or emacs-wiki -- only some of the

Re: zen-mode.el

2008-04-17 Thread William Xu
[EMAIL PROTECTED] writes: ;;- zen-master mode, like writeroom mode. (c-u m-x zen-mode), which ;;isnt customizable, it just turns all distractions off You'll still have mode line and minibuffer, right? -- William http://williamxu.net9.org ___

Re: Another cscope interface for emacs

2008-04-15 Thread William Xu
David Hansen [EMAIL PROTECTED] writes: Mind to shortly explain what the difference is to the other cscope interfaces? This? , | ;; comment: | | ;; Because xcscope.el open a new process of cscope -L for each a | ;; definition, it's wasting time for reloading cscope and reopening | ;;

cal-china-x.el --- Chinese calendar extras v0.82

2008-03-31 Thread William Xu
,[ Changes since 0.81 ] | * (require 'holidays) for `calendar-holiday-list'. Thanks to lang | for reporting this. | | * (require 'cl) when byte compiling. ` What is it? --- This package adds more chinese calendar supports and others, including: - Chinese localizations

wajig.el --- an interface for wajig v0.6

2008-03-14 Thread William Xu
wajig.el is an elisp wrapper for wajig, a deb package manager. See Commentary in wajig.el for more. Changes since v0.43: , | - wajig-command-prefix: New variable, for controlling wajig on a remote | machine via ssh. | - Add various autoload tags. | - Rebind `wajig-list-files' from `L' to

buffer-action.el --- Perform actions(compile/run, etc) in buffer based on mode/filename v3.0

2008-03-01 Thread William Xu
This is a mostly rewritten based on ideas from Seiji Zenitani [EMAIL PROTECTED]'s `smart-compile.el'. Besides compile action, i've add a run action, and maybe more in the future. Let me illustrate it by an example. Suppose you are editing a file named `foo.c'. To compile it, `M-x

cal-china-x.el --- Chinese calendar extras v0.81

2008-02-21 Thread William Xu
.emacs: (require 'cal-china-x) -- William http://williamxu.net9.org ;;; cal-china-x.el --- Chinese calendar extras ;; Copyright (C) 2006, 2007, 2008 William Xu ;; Author: William Xu [EMAIL PROTECTED] ;; Version: 0.81 ;; Url: http://williamxu.net9.org/ref/cal-china-x.el ;; This program

cal-china-x.el v0.8

2008-01-27 Thread William Xu
- Add `cal-china-x-chinese-holidays', `cal-china-x-japanese-holidays'. ,[ Changelog since v0.7 ] | Sun Jan 27 17:57:03 JST 2008 William Xu [EMAIL PROTECTED] | * Release 0.8: | - cal-china-x-priority1-holidays: renamed from | cal-china-x-important-holidays. Similar for | cal

fink.el --- fink administration within Emacs

2007-11-10 Thread William Xu
See Commentary. -- William fink.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: pabbrev.el

2007-11-03 Thread William Xu
Toby Cubitt [EMAIL PROTECTED] writes: Auto-completion-mode is only useful when the function finding the completions can return results within a few tenths of a second (i.e. faster than your typing speed). Dabbrev was never designed to be that fast. Hm, then this probably shouldn't be the

Re: pabbrev.el

2007-11-02 Thread William Xu
Phillip Lord [EMAIL PROTECTED] writes: pabbrev.el provides predictive, as you type abbreviation expansion, based on words already typed in the buffer, offering expansions in buffer with a natural and immediate user interface. So the main difference with hippie-expand is that pabbrev inserts

easy-todo.el --- Manage your todos in an extremely easy way!

2007-10-01 Thread William Xu
See Commentary. ;;; easy-todo.el --- Manage your todos in an extremely easy way! ;; Copyright (C) 2007 William Xu ;; Author: William Xu [EMAIL PROTECTED] ;; Version: 0.1 ;; Url: http://williamxu.net9.org/ref/easy-todo.el ;; Last updated: 2007/10/01 ;; This program is free software; you can

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

2007-06-22 Thread William Xu
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: This is a prototype for an idea I've been contemplating for a while. When I want to open something I often find it cumbersome that I have to specify *what* I want to open. Why not just type something and emacs show me everything it can offer

dired-isearch.el 0.2

2006-08-20 Thread William Xu
;; Do isearch in Dired but match only at file names. This serves as kind of a replacement for dired-view.el, so as to avoid conflicts with standard dired commands. Thanks rms for the suggestions. -- William Never accept an invitation from a stranger unless he gives you candy.

dired-view.el 0.1

2006-08-13 Thread William Xu
;; When browsing files in dired buffer, it would be convenient to be ;; able to jump to a file by typing that filename's first ;; character. This is what this extension does. -- William The price of greatness is responsibility. dired-view.el Description: application/emacs-lisp

wajig.el 0.43

2006-07-26 Thread William Xu
Briefly, wajig.el is a deb package mananger for emacsers, by making use of wajig. See Commentary in wajig.el for more. Changes since 0.3 (2006/02/24), - Add new highlighting keywords SHA1 SHA256, etc. - Use sudo for editing sources.list. - Add a completion table for `wajig-manually'. - Add

cal-china-x.el v 0.11

2006-05-20 Thread William Xu
;; This package localizes calendar display for chinese users, which ;; means calendar display will be in Chinese. http://www.emacswiki.org/cgi-bin/emacs/cal-china-x.el -- William ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org

wajig.el 0.3 --- an interface for wajig

2006-02-24 Thread William Xu
Or the deb package manager for Emacsers. See Comments. ;;; wajig.el --- an interface for wajig ;; Copyright (C) 2005, 2006 William Xu ;; Author: William Xu [EMAIL PROTECTED] ;; $Id: wajig.el,v 0.3 2006/02/24 00:22:39 xwl Exp $ ;; This file is not part of GNU Emacs. ;; This program is free

less.el 0.1

2005-09-24 Thread William Xu
Hi, This package enables one to view file in `less' style. See commentary. Feedbacks are welcomed. -- William ;;; less.el --- less style view mode ;; Copyright (C) 2005 William Xu ;; Author: William Xu [EMAIL PROTECTED] ;; $Id: less.el,v 0.1 2005/09/07 00:37:49 xwl Exp $ ;; This file