Notices


Reply
Thread Tools
Posts: 18 | Thanked: 4 times | Joined on Nov 2009
#61
How do I uninstall everything?
 
Posts: 1 | Thanked: 0 times | Joined on May 2010
#62
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
 
Posts: 105 | Thanked: 26 times | Joined on May 2010
#63
Originally Posted by ironsteve View Post
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
No error, for once your N900 is right: the path DOES NOT exist.

try this:

Code:
cp rx-51.qole /usr/share/X11/xkb/symbols/nokia_vndr/rx-51
It's a typo, it's supposed to be VNdr, not NVdr.
 
Posts: 75 | Thanked: 4 times | Joined on Jan 2010
#64
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
 
zoner's Avatar
Posts: 74 | Thanked: 38 times | Joined on Feb 2010
#65
Originally Posted by gnasgame3 View Post
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
this works for me
Code:
(setq x-select-enable-clipboard t)
see more here

Last edited by zoner; 2010-06-02 at 03:19.
 
Posts: 71 | Thanked: 34 times | Joined on Sep 2009
#66
Thanks for the great work on emacs, which I use with org-mode. A couple of questions:

1. Can I use emacs with the on-screen virtual keyboard?

2. Any tips for navigating an org-mode outline without opening the physical keyboard?

3. Is there some way to make emacs execute a shell command when I click on some entry in the org-mode outline? That way I could have common scripts organized in a "command menu" as part of my outline.

Thanks for any advice.
 
Posts: 75 | Thanked: 4 times | Joined on Jan 2010
#67
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
 
zoner's Avatar
Posts: 74 | Thanked: 38 times | Joined on Feb 2010
#68
Originally Posted by gnasgame3 View Post
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
your maxframe.el needs to be in your load path

I've seen several different ways to do this, but here's my setup
Code:
(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")
while your at it, I like to nix the scrollbar
(setq scroll-bar-mode nil)
 
Posts: 6 | Thanked: 0 times | Joined on May 2010
#69
Is there a N900 version of send-notify?

I have a small script in my org-mode.el file that send a notification message to my desktop when I create an appointment.

It runs a shell command and concat send-notify with some other things to display the notification.

send-notify doesn't exist on the N900.

What can I replace that with to get the pop-up notifications?
 
zoner's Avatar
Posts: 74 | Thanked: 38 times | Joined on Feb 2010
#70
has anyone started messing with this yet - Google Maps in emacs?

http://julien.danjou.info/google-maps-el.html

specifically:
"z to set a zoom level via prefix"

how does one set a prefix?

anyone know how to pan?

I've got a terrible 2g connection here tonight and this is pretty fast!
Attached Images
 
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:13.