![]() |
2010-05-24
, 02:29
|
Posts: 18 |
Thanked: 4 times |
Joined on Nov 2009
|
#61
|
![]() |
2010-05-24
, 10:06
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
|
#62
|
![]() |
2010-05-24
, 10:31
|
Posts: 105 |
Thanked: 26 times |
Joined on May 2010
|
#63
|
Hi, I need your help... I installed emacs in my N900, but I can't to remap the keyboard. This is my step:
/home/user # cp /usr/share/X11/xkb/symbols/nokia_vndr/rx-51 /usr/share/X11/xkb/symbols/nokia_vndr/rx-51.orig
then..
/home/user # cp rx-51.qole /usr/share/X11/xkb/symbols/nokia_nvdr/rx-51
but the terminal issue is
cp: cannot create '/usr/share/X11/xkb/symbols/nokia_nvdr/rx-51': Path does not exist
where is my error?
Sorry for my english
cp rx-51.qole /usr/share/X11/xkb/symbols/nokia_vndr/rx-51
![]() |
2010-06-01
, 20:47
|
Posts: 75 |
Thanked: 4 times |
Joined on Jan 2010
|
#64
|
![]() |
2010-06-02
, 02:56
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#65
|
have installed the emacs successfully.
but having trouble to integrate the emacs clipboard with system clipboard.
shall appreciate someone post the contents of the .emacs file
the ,emacs file posted in the sumoudo site is misleading because of the fonts and the spacing ...etc
(setq x-select-enable-clipboard t)
![]() |
2010-06-02
, 03:52
|
Posts: 71 |
Thanked: 34 times |
Joined on Sep 2009
|
#66
|
![]() |
2010-06-04
, 17:31
|
Posts: 75 |
Thanked: 4 times |
Joined on Jan 2010
|
#67
|
![]() |
2010-06-04
, 18:26
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#68
|
just cannot get the maximised emacs
shall i rename the file maxframe.el to maframe
or shall i path to maxframe.el
emacs always complain cannot open maxframe
(menu-bar-mode 0) (tool-bar-mode -1) (add-to-list 'load-path "~/MyDocs/elisp") (add-to-list 'load-path "~/MyDocs/OrgProgram/lisp") (add-to-list 'load-path "~/MyDocs/OrgProgram/contrib/lisp") (require 'maxframe) (add-hook 'window-setup-hook 'maximize-frame t) (maximize-frame) (setq dired-use-ls-dired nil) (setq list-directory-brief-switches "-C")
![]() |
2010-07-03
, 23:36
|
Posts: 6 |
Thanked: 0 times |
Joined on May 2010
|
#69
|
![]() |
2010-07-04
, 03:02
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#70
|