On Nov 29 2007, 10:58 am, "Kasper Daniel Hansen" <[EMAIL PROTECTED]> wrote: > > 1) I have problems with the help system >
(setq inferior-S-language-start "options(STERM='iESS', pager='cat', help.pager='cat')") in my .emacs works for me, at least for using help through C-c C-v, rather than help(). > > 2) C-c C-c not only stops the R evaluator, it > actually kils the ssh process and dumps R, meaning it is effectively > impossible to interrupt. 2) is pretty irritating... > (define-key inferior-ess-mode-map "\C-c\C-c" 'ssh-send-Ctrl-C) because (load "ess-5.3.6/lisp/ess-site") overwrites what ssh set up. Obviously this isn't a proper solution, but it seems to work for me... > Now, I forgot how to set this DISPLAY variable so that Emacs reads it > automatically, someone else may have an idea of that. (setenv "DISPLAY" ":0.0") is once again not the correct way of doing things, but seems to work pretty well. Hope that helps... --~--~---------~--~----~------------~-------~--~----~ Carbon Emacs User Group http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
