![]() |
2010-01-08
, 21:01
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#32
|
![]() |
2010-01-10
, 17:11
|
Posts: 2 |
Thanked: 0 times |
Joined on Jan 2010
|
#33
|
![]() |
2010-01-10
, 18:12
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#34
|
![]() |
2010-01-15
, 04:59
|
Posts: 11 |
Thanked: 2 times |
Joined on Jan 2010
|
#35
|
![]() |
2010-01-23
, 14:41
|
Posts: 13 |
Thanked: 5 times |
Joined on Jan 2010
|
#36
|
I've compiled and packaged GNU Emacs 23.1.1 for the Nokia N900 GNU mobile phone:
http://sumoudou.org/0/14.html
The install package is fully optified.
UPDATE: 2009-12-15-174333 Installation deb package on the GNU Emacs page in the link updated and uploaded again.
![]() |
2010-01-24
, 14:00
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#37
|
![]() |
2010-01-24
, 18:34
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#38
|
I've installed this following the "Basic" section. Unfortunately, the "Fix the maximization" [1] step doesn't seem to work for me. The minibuffer is not visible, regardless of whether ~/.emacs is there or not. From checking with "emacs.sh -nw" [2], I know that the maximize-frame function is there. However, running it makes no visible difference either in X window or in no-window (-nw) mode.
![]() |
2010-02-14
, 19:54
|
Posts: 13 |
Thanked: 5 times |
Joined on Jan 2010
|
#39
|
I have it working perfectly.
Make sure, you got ttf-droid installed.
Then add this to .emacs:
(set-default-font "-unknown-Droid Sans Mono-normal-normal-normal-*-20-*-*-*-m-0-iso10646-1")
(require 'maxframe)
(add-hook 'window-setup-hook 'maximize-frame t)
(maximize-frame)
~ $ dpkg -l '*droid*' ii ttf-droid 1.01-dfsg0maem Font, used by Google's Android, with extensi
(set-default-font "-unknown-Droid Sans Mono-normal-normal-normal-*-20-*-*-*-m-0- (add-to-list 'load-path "/usr/local/share/elisp") (require 'maxframe) (add-hook 'window-setup-hook 'maximize-frame t) (maximize-frame)
![]() |
2010-02-14
, 20:11
|
Posts: 145 |
Thanked: 88 times |
Joined on Nov 2009
@ Copenhagen
|
#40
|
(set-default-font "Droid Sans Mono-10") (require 'maxframe) (add-hook 'window-setup-hook 'maximize-frame t) (maximize-frame)
The Following User Says Thank You to filologen For This Useful Post: | ||
I notice a minor bug in org-mode (org-remember is broken) that I know was fixed in a 23.1.1 update (I saw it on Fedora 12 GA but it was fixed shortly after in an update). Any chance you could respin your version from the latest 23.1.1 release branch? Alternatively, are your Makefile and build instructions available anywhere?
Thanks much,
--Hugh
P.S. Anyone else using org-mode on n900?