![]() ![]() |
Mar 17 2007, 04:35 PM
Post
#46
|
|
|
Group: Members Posts: 99 Joined: 13-November 06 Member No.: 12,390 |
QUOTE(ZDevil @ Mar 18 2007, 12:34 AM) QUOTE(tanjian2 @ Mar 18 2007, 02:30 AM) QUOTE(ZDevil @ Mar 18 2007, 12:11 AM) Just came across a nice quick reference here: http://www.helpdesk.umd.edu/documentation/unix/emacs.shtml Now I get a nice way to kill time during travel with the Emacs tutorial. C-h i should provide plenty of reading for a reasonable length of a journey..... On my 3000 the 3rd to the right of ctrl is - and @ no sign of a baclktick any where.... Oh yes, C-h i ... and C-h t . No shortage of information. It's my typo again. I should've said "the SECOND key to the right of Ctrl". The second key does nothing for me... must investigate - thanks |
|
|
|
Mar 17 2007, 04:38 PM
Post
#47
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Perhaps a keymapping issue?
My /etc/X11/kb/akita.xmodmap has this: keycode 78 = grave grave |
|
|
|
Mar 17 2007, 04:43 PM
Post
#48
|
|
|
Group: Members Posts: 99 Joined: 13-November 06 Member No.: 12,390 |
|
|
|
|
Mar 19 2007, 12:52 AM
Post
#49
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
emacs also uses the directory /usr/share/emacs/site-lisp/
for third party site-wide package installations |
|
|
|
Mar 19 2007, 01:01 AM
Post
#50
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
QUOTE(zi99y @ Mar 18 2007, 02:20 AM) Ok thanks for the tips- I as actuallly curious about the drop down menu rather than the text menu page but thats fine. I don't get why there's a menu there if you can't use it.... yeah, it's pretty much useless...in a terminal, you can M-x xterm-mouse RET and click on the menu (which opens the tmm menu...) (if your terminal supports xterm like mouse events) |
|
|
|
Mar 22 2007, 12:01 AM
Post
#51
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Thanks again, pgas.
Here is a newer PIM Suite package which change the symlinked path from $HOME/elisp to /usr/share/emacs/site-lisp/ , so that uninstallation by "ipkg remove" will also remove the symlinks, but no change otherwise. Enjoy! This post has been edited by ZDevil: Mar 22 2007, 12:06 AM
Attached File(s)
|
|
|
|
Mar 28 2007, 02:48 AM
Post
#52
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
I spot an issue with running Remember Mode in Planner. Remember fails to launch (M-x remember) due to missing setting.
You can fix add this to your ~/.emacs CODE (add-to-list 'load-path "/usr/share/emacs/23.0.0/lisp/remember") (require 'remember-planner) (setq remember-handler-functions '(remember-planner-append)) (setq remember-annotation-functions planner-annotation-functions) If you are newbies like me, don't ask "why?" Just do it. It works. I got this piece (with modified load path) from the original RememberMode homepage, which seems to be missing in the PlannerMode page. I am still learning (playing with Still preparing a new newbie tutorial. Stay tuned. This post has been edited by ZDevil: Mar 28 2007, 02:56 AM |
|
|
|
Mar 28 2007, 04:02 AM
Post
#53
|
|
|
Group: Members Posts: 281 Joined: 9-August 06 Member No.: 10,709 |
Nice, I've been doing some experimenting myself. Annoyances so far; the key combinations are pretty crazy on the tiny zaurus keyboard, it takes some getting used to and a bit of finger acrobatics!!! The one thing that could put me off using it is the time it takes to load- to edit a simple text file you have to wait a while to get it up - I realise you can leave it running and Ctrl-Z to switch back to the console, but it has a fair memory footprint and I count every byte
Currently I have all packages loaded onto the flash drive (/) and only the lisp package - which is large - on the internal CF drive. Any other ways to speed up the load time? |
|
|
|
Mar 28 2007, 06:01 AM
Post
#54
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
For the keys:
According to the "PlannerModeQuickStart", we can do something like this in ~./.emacs: CODE (global-set-key (kbd "<f9> t") 'planner-create-task-from-buffer) As for the speed, I don't experience much delay because I first install all the emacs packages on my SD card, then manually move the emacs binary to the interal flash, and install the PIM suite also to the internal flash. I run emacs in the terminal (i use my optimized build of gtkterm2 because I need SCIM inputmethod ) and with swapfile on. Any other interesting idea? |
|
|
|
Mar 29 2007, 08:21 AM
Post
#55
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Hey,
I find the Emacs Tutorial still a bit too chatty and so I've written this draft of a very newbie guide to Emacs specially for Zaurus users. See if it works for you. Comments are most welcome! The next thing is to write up a plain enough tutorial of doing PIM and GTD in Emacs. (Actually these are just my study notes. This post has been edited by ZDevil: Mar 29 2007, 09:01 AM
Attached File(s)
|
|
|
|
Mar 29 2007, 08:46 AM
Post
#56
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
after a quick browse:
#7: M-x calendar (typo) to Close a window: The one you are in: C-x 0 the others C-x 1 (one, not L) ESC ESC ESC is really a different thing, that might close windows. Another thing I find usefull on the zaurus: ESC might be used in place of M- ie instead of M-x, you can press-release ESC then press X |
|
|
|
Mar 29 2007, 09:02 AM
Post
#57
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Thanks! Just made the corrections. The new doc is in Post#55 above.
It's great to learn that the Cancel key functions both as ESC and M(eta) at the same time! |
|
|
|
Mar 29 2007, 09:23 AM
Post
#58
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
One more link on using Emacs Planner, with Diary function supporting hyperlinks. Cool!
http://saturna.seos.uvic.ca/~jklymak/PlannerMode.html |
|
|
|
Mar 30 2007, 12:08 AM
Post
#59
|
|
|
Group: Members Posts: 281 Joined: 9-August 06 Member No.: 10,709 |
I recommend adding this to your config file:
QUOTE (global-set-key [?\C-x?\C-b] (lambda (&optional files-only) (interactive "P") (let ((b (list-buffers-noselect files-only))) (display-buffer (pop-to-buffer This will make C-x C-b work better to switch between buffers, i.e. full screen and focus automatically without having to to a C-x 0. Info comes from here: http://www.emacswiki.org/cgi-bin/emacs-en/ListBuffers There's tons of useful stuff on the emacswiki (http://www.emacswiki.org), but quite a bit takes you to file that will require compiling. |
|
|
|
Mar 30 2007, 01:27 AM
Post
#60
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
I am trying to map the right Shift key to Control, so that I have C and M keys on both sides, which will come very handy.
But even though I changed keycode 120 in both akita.xmodmap and userdefined.xmodmap and rebooted, the remapped right Shift key still doesn't function as Control in Emacs. Any idea? ... Yes, emacswiki is indeed the ultimate source of information. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 07:31 AM |