1. comint-input-ring-size 2. object completion

Aloke Phatak Aloke.Phatak at csiro.au
Fri May 21 06:16:27 CEST 2004


1. comint-input-ring-size

On Tue May 18 15:36:08 CEST 2004, Robin Hankin wrote:
> I have just found out (thanks Stephen!) that the correct way to do 
> this is to  put  (setq comint-input-ring-size 1024) in my .emacs 
> file.

Doesn't this set comint-input-ring-size globally?  How do we
go about setting this locally for an ESS process only?

For example, according to the ESS docs,
"An input history of the last few commands is maintained (by default the
last 50 commands are stored, although this can be changed by setting the
variable comint-input-ring-size in inferior-ess-mode-hook.) "

So, I tried the following (apologies for the naive lisp) in my .emacs

(setq inferior-ess-mode-hook '(lambda () (comint-input-ring-size 1024)))

but it didn't work.  Any suggestions?

2. Object completion

On Mon May 3 22:39:38 CEST 2004, Katki, Hormuzd (NIH/NCI) wrote:

> When I open an inferior R process, emacs tells me that it has
> successfully loaded this file in *Messages*.  But when I hit TAB, 
> it reforms all the possible completions through all the packages 
> again!

I'm finding the same behaviour as well.  Was a response to the
original question posted on the list?

Thanks,

Aloke
--
 > version
          _
platform i386-pc-mingw32
arch     i386
os       mingw32
system   i386, mingw32
status   Patched
major    1
minor    9.0
year     2004
month    05
day      06
language R

GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
-- 
......................................................
. Aloke Phatak                                       .
. CSIRO Mathematical and Information Sciences        .
.                                                    .
.  Private Bag No. 5, Wembley, WA 6913 Australia     .
.  Leeuwin Centre, 65 Brockway Rd, Floreat, WA 6014  .
.  Ph: +61 8 9333 6184  Fax: +61 8 9333 6121         .
.  E-mail: Aloke.Phatak at csiro.au                     .
......................................................




More information about the ESS-help mailing list