maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   GNU Emacs 23.1.1 for Nokia N900 (https://talk.maemo.org/showthread.php?t=37241)

antviro 2011-03-16 21:31

Re: GNU Emacs 23.1.1 for Nokia N900
 
¿¿Will it be on extra-devel??

By the way, how do you usually introduce Meta key (usually Alt)?

jj0 2011-03-17 16:59

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by rayson (Post 962420)
can I change the background color to blank and font to green? pro-long time looking at it makes eye tired

Add this to ~/.emacs
Code:

(add-to-list 'default-frame-alist '(background-color . "black"))
(add-to-list 'default-frame-alist '(foreground-color . "green"))


jj0 2011-03-18 19:22

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by antviro (Post 969222)
By the way, how do you usually introduce Meta key (usually Alt)?

http://talk.maemo.org/showpost.php?p=970519&postcount=5

g_k 2011-04-17 17:30

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by JosefA (Post 433726)
Any chance of pushing this to extras-devel or -testing if so inclined?

Any news regarding that?

x61 2011-04-27 16:45

Re: GNU Emacs 23.1.1 for Nokia N900
 
1 Attachment(s)
I kept on getting error whenever I run emacs.

Here is my .emacs code:
Code:

(add-to-list 'load-path "/home/user")

;; for instance (add-to-list 'load-path "~/elisp/maxframe")                                                                         

(require 'maxframe)

(add-hook 'window-setup-hook 'maximize-frame t)

(setq mf-max-width 800)

(setq mf-max-height 380)

(maximize-frame)

(setq dired-use-ls-dired nil)

(setq list-directory-brief-switches "-C")


zoner 2011-04-27 16:55

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by x61 (Post 996317)
I kept on getting error whenever I run emacs.

try this 23.2 compile without your init file. You should be able to omit all of the maxframe & placement stuff.

x61 2011-04-27 20:42

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by zoner (Post 996320)
try this 23.2 compile without your init file. You should be able to omit all of the maxframe & placement stuff.

The installation instruction there is not quite clear. Do we download the emacs_23.2_ARMEL.tgz to the opt folder first before doing tar or can we download it to any place on the phone. I guess my question is does emacs_23.2_ARMEL.tgz have to be in the opt file before running it? I tried running it from the opt folder with it in my MyDoc folder but it does not work.

mrsellout 2011-04-27 21:30

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by x61 (Post 996422)
The installation instruction there is not quite clear. Do we download the emacs_23.2_ARMEL.tgz to the opt folder first before doing tar or can we download it to any place on the phone. I guess my question is does emacs_23.2_ARMEL.tgz have to be in the opt file before running it? I tried running it from the opt folder with it in my MyDoc folder but it does not work.

If you download to MyDocs then in xterm go to /opt and type:
Code:

tar xvzf /home/user/MyDocs/emacs_23.2_ARMEL.tgz

vi_ 2011-04-27 21:43

Re: GNU Emacs 23.1.1 for Nokia N900
 
thats real easy to fix, just run:

Code:

vim ~/.emacsrc
oh...wait.

CmdrKrool 2012-04-21 04:59

Re: GNU Emacs 23.1.1 for Nokia N900
 
Firstly, this is amazing. The promise of this thread was one of the things which caused me to plump for an N900 (only recently decided to get a smartphone) and I can barely believe I'm now carrying around a whole Emacs in my pocket.

I remapped Fn+Left Arrow to Esc to use as the Emacs Meta key (and Fn+Right to Tab) as described earlier in the thread. But I've noticed that when I'm in Emacs, the Fn+Ctrl combination (hitting "Sym") doesn't open the onscreen symbol keyboard anymore. Does anyone know how to reenable it? Or are you all doing large scale keyboard remapping to enter all those symbols physically, maybe via Shift+Fn+various letters?

(Thinking about it I like the Shift+Fn+various letters idea, I'll be trying it later. If anyone has any warnings about why this might /not/ work nicely - perhaps problems of overriding key combinations that might be used by other programs? - I'd be grateful to hear them.)

zoner 2012-04-22 03:25

Re: GNU Emacs 23.1.1 for Nokia N900
 
Quote:

Originally Posted by CmdrKrool (Post 1195185)
The promise of this thread was one of the things which caused me to plump for an N900

+1

Quote:

Originally Posted by CmdrKrool (Post 1195185)
Or are you all doing large scale keyboard remapping to enter all those symbols physically, maybe via Shift+Fn+various letters?

that's what I'm doing
S+Fn q-p = F1-F10, x = {}, c = [, v = ], b = <, n = >, up = ^, down = %, and a few others
I've mapped S+Fn . (that's period) to 'Menu' - one less key to get M-x
tryout grab-and-drag.el, pretty cool when using emacs on a handheld


All times are GMT. The time now is 09:40.

vBulletin® Version 3.8.8