Category Archives: emacs

new idea: planner-pyblosxom

After playing with muse-blosxom.el, (emacs-wiki-)blosxom.el, remember-blosxom.el and pyblosxom, I found it’s pretty wired that I’m writting everything in my planner page, while I’d have to write something again for my blog. Also that means I’d have to keep a seperate set of data, and it’s not an easy work to keep them synced.
The ideal thing […]

Mason, planner-auth, and FreeBSD

Well getting all of them working together is not a trival work for a Perl newbie like me. Andway I’ve found my way in, so here’s some notes:
The Mason doc by “perldoc HTML::Mason” suggested to run Mason with mod_perl, However, that requires /usr/ports/www/p5-libapreq2. It took me some time to find this out and then I […]

about doxygen and doxymacs

To make doxymacs searching code documents (C-c d ?), we need the tag file from doxygen, so need a setting
 
And for using in a developing code, which is not well documented, we need
EXTRACT_ALL            = YES
And for deleper to see all the contents, we need
EXTRACT_PRIVATE        = YES
EXTRACT_STATIC   […]

check out gdb-ui

This need Emacs 21.4 or 22. And from the screenshot at , I think the speedbar buffer is what I want most, which can be found at sb-gud.el
OK, this is cool. I’ll need the cvs Emacs to use this.

Share This

planner man page annotation is not easy to build

There’s no variable that holds the current man page name. So it makes it a bit hard to build a planner annotation

Share This

@@ in mode line

When a file in CVS that is added but not yet committed. In mode line there will be “CVS @@”.
see vc-cvs.el

Share This

planner-search-notes vs planner-search-notes-with-body

The difference is if they show the body, not if search the body. They’ll search the body anyway. Don’t know why sometimes it also include the note above?

Share This

planner-annotation-as-kill support man page

There should be a var controlling if adding the section number in, in case someone set man-switches to “-a”

Share This

BBDB, mobile, and phone

It is said bbdb-snarf-region on a region of csv can do the import, but my try doesn’t make a very good result.
I can import csv to bbdb with lookout.el and export bbdb to csv with bbdb-pilot-jwz.el. The next step will be finding ways to exchange csv with mobile and phone.

Share This

made planner-timeclock-summary

Finally I’ve made planner-timeclock-summary.el! It’s not with table.el but looks pretty nice! Try and test it this week and find sometime to publish it tomorrow!

Share This

Close
E-mail It