![]() ![]() |
Mar 30 2007, 03:05 AM
Post
#61
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Also, is it possible to bind the Calendar, Address and Mail (XF86LaunchA/B/C) keys to do things in Planner/Emacs? I've tried something like
(global-set-key (kbd "<XF86LaunchA> t") 'planner-create-task-from-buffer) But to no avail. What to do? Thanks! |
|
|
|
Mar 30 2007, 04:07 AM
Post
#62
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
As I am fully concentrating on playing with PlannerMode, I need a handy reference that I can refer to at all times.
This can be done in 3 simple steps: #1 Create a symlink of the PlannerMode manual file: CODE ln -s /usr/share/emacs/23.0.0/lisp/planner/planner-el.info /usr/info (/usr/info is where the Emacs info files are installed) #2 Edit /usr/info/dir, locate the section for Emacs, go down the list and stop in the "p" area, then add this: CODE * Planner: (path/to/planner/Planner). Organizer/day planner for Emacs. Save the file. #3 Now in Emacs, you can refer to the Manual anytime using C-h i. I find it very useful to have the Manual display on the upper buffer and working with Planner in the lower one. |
|
|
|
Mar 30 2007, 04:26 AM
Post
#63
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Yet another useful trick:
In ~/.emacs, add these at the very end of the file: CODE (plan) (xterm-mouse-mode) What will happen? You will see the "Today's" page of Planner upon launching Emacs, plus you can simply tap on the screen to nevigate, to open links, to use the Menu bar on the top, etc. Cool, isn't it? This is how it looks like (with mouse mode on):
emacs_pim2.png ( 33.72K )
Number of downloads: 44This post has been edited by ZDevil: Mar 30 2007, 04:51 AM |
|
|
|
Mar 31 2007, 06:49 AM
Post
#64
|
|
|
Group: Members Posts: 281 Joined: 9-August 06 Member No.: 10,709 |
Howto: Switch through buffer list easily.
- Download swbuff.el and copy it to your elisp folder (http://sourceforge.net/projects/emhacks/). - Add the following to your .emacs config file: CODE (require 'swbuff) (global-set-key (kbd "C-x b") 'swbuff-switch-to-next-buffer) To cycle forward thru buffers use "C-x b". You can add another line to bind another key to "swbuff-switch-to-previous-buffer" cycle in the opposite direction. |
|
|
|
Mar 31 2007, 06:54 AM
Post
#65
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Nice. Shall we start a new thread dedicated to Emacs tips & tricks on Z?
Now I begin to appreciate the beauty of Emacs. It's actually not as intimidating as I was thinking of. Each trick just add a line or two to .emacs at a time. And they are all consistent in format (elisp) and not really hard to understand (compared to many other programming languages). |
|
|
|
Mar 31 2007, 07:21 AM
Post
#66
|
|
|
Group: Members Posts: 281 Joined: 9-August 06 Member No.: 10,709 |
Sounds like a plan- I wanted to use emacs for a little web editing this morning and realised I'm still not that good with it so more tips will be good.
Can you post the link here when you made it- I have another quick tip to post. |
|
|
|
Mar 31 2007, 07:53 AM
Post
#67
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Hi, just started a new thread to avoid confusing this build testing thread with user tips. Plus i suppose all these should work regardless of whether we are using Sharp/Cacko, OZ or pdaX.
http://www.oesf.org/forums/index.php?showtopic=23622 |
|
|
|
Apr 1 2007, 07:19 AM
Post
#68
|
|
|
Group: Members Posts: 281 Joined: 9-August 06 Member No.: 10,709 |
I'm having difficulty getting emacs-w3m to run, the latest stable version will not run, I have run configure and make and emacs complains that it needs a newer version - try the development version it says...
Have got the latest source from the CVS repo but there is no configure script included !! Here is a link to the translated page (the actual site is in japanese..) http://66.249.93.104/translate_c?hl=en&sl=...-8%26safe%3Doff Anyone got a clue? |
|
|
|
Apr 1 2007, 08:14 AM
Post
#69
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
I'm not sure if you are talking about the emacs-w3m main page, but there is an english version:
http://emacs-w3m.namazu.org/index-en.html I've just seen in #emacs@freenode.net for emacs with v>23: try to put in a file w3m-e23.el: '(require 'w3m-e21) (provide 'w3m-e23)' |
|
|
|
Apr 2 2007, 03:48 AM
Post
#70
|
|
|
Group: Members Posts: 281 Joined: 9-August 06 Member No.: 10,709 |
Thanks pgas that works, only it is acting a little strange - getting lots of square characters and some strange behaviour when moving down pages. Will have to look into this.
Incidentally w3m works fine outside of emacs. |
|
|
|
Apr 2 2007, 10:29 AM
Post
#71
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
QUOTE(zi99y @ Apr 2 2007, 01:48 PM) Thanks pgas that works, only it is acting a little strange - getting lots of square characters and some strange behaviour when moving down pages. Will have to look into this. Incidentally w3m works fine outside of emacs. Dunno if w3mmee ("Multi-Encoding Extension") will do. http://pub.ks-and-ks.ne.jp/prog/w3mmee/index.shtml.en It would be great if you get w3m working. And even better if you can byte-compile and package it. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th June 2013 - 09:39 PM |