Hi. I met emacs in 2004, and it became my everyday used software till now. Maybe here is a good place to share my elisp codes with others or myself.
I’m reachable at mailto:wuxch2000@gmail.com
stuff about bookmark operation, which include:
customize of ibookmark, using bookmark list to remember favorite links.
like bm.el, except using tiny flag on fringe instead of hi-lighting whole line.
short-cut key to invoke browse-kill-ring.
config about ibuffer manage.
cc-mode customize.
configure of CUA key definition, and some functions about edit.
set bar-cursor.
display information of current point
insert current time and date. Emacs alwyas crush when I use display-time with my Thinkpad X60 laptop.
using desktop, save all buffers information last time.
staff about diary function.
Dired is the most frequent used mode. I adapt this mode with additional function and favourite theme,
some key definition is same as Total Command. Sometimes, I go to one directory, copy or cut some files, and goto another directory to paste it.
wuxch-dired-copy-paste.el does it.functions about dos and unix file format transport.
parser babylon dictionary result, and insert into my personal dictionary.
customize of ediff functions.
Tag is a tiny and powerful tools for codes browse and edit just like Swiss Army Knife,
but build tag file precess is more complicate and other tools, so I write this elisp-file
to make it easy.customize of elisp-mode.
customize of fill column command, especially for chinese characters.
customize of local grep command.
configuration of font setting, both english and chinese fonts.
configuration of font-lock setting.
display a little flag on fringe for bookmark
quickly jump to special character.
show hide label on fringe.
shortcut to hex mode.
do customized process when save file.
configure for icicles.
imenu config file, also for ecb.
set mode according to suffix.
customize mode-line.
configures and codes for org mode.
configures and codes for outline mode.
codes for point-stack.
configures and codes for predictive mode.
configures and codes for tex mode.
store and get windows layout to and from registers.
configures and codes for sgml-mode.
codes for shell mode.
configures and codes for tag.
Welcome to the wiki! You are probably right that the EmacsWiki is the best place to share EmacsLisp codes snippets, tricks and other nice things about Emacs. -- GiorgosKeramidas