From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Benoit G." Newsgroups: gmane.emacs.help Subject: Re: R scratch buffer Date: Fri, 13 Jul 2012 05:18:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <87txxd6jlz.fsf@kuiper.lan.informatimago.com> <87fw8w6p04.fsf@kuiper.lan.informatimago.com> <551a5d0b-7834-40b6-8c3c-6f0d1b7607a9@googlegroups.com> <87bojk6kbd.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342182017 9401 80.91.229.3 (13 Jul 2012 12:20:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 12:20:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 13 14:20:15 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Speqz-0006Kn-8u for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 14:20:13 +0200 Original-Received: from localhost ([::1]:54916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Speqy-0007o0-Du for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 08:20:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!5g2000vbf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 194.254.175.14 Original-X-Trace: posting.google.com 1342181901 12540 127.0.0.1 (13 Jul 2012 12:18:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 13 Jul 2012 12:18:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 5g2000vbf.googlegroups.com; posting-host=194.254.175.14; posting-account=lsrZwgoAAADDjpU1Q0FkITe-H25pPMZY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.5) Gecko/20100101 Firefox/10.0.5,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:193451 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85835 Archived-At: On 13 juil, 12:12, "Pascal J. Bourguignon" wrote: > "Benoit G." writes: > > Thank you again for this fast answer. > > > The problem is that calling M-x R-mode under emacs usually works. > > But while calling R-mode with .emacs, it don't work anymore. And my R-s= cratch buffer is still in fundamental mode. > > > If I find any answer, I will post it. > > Perhaps M-x R-mode RET asks for parameters? =A0Type C-h f R-mode RET and > see what's its usage. > > -- > __Pascal Bourguignon__ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0http://www.= informatimago.com/ > A bad day in () is better than a good day in {}. C-h f R-mode returns : " R-mode is an interactive compiled Lisp function in `ess-r-d.el'. (R-mode &optional PROC-NAME) Major mode for editing R source. See `ess-mode' for more help. " and ess-mode returns (first lines) : " R-mode is an interactive compiled Lisp function in `ess-r-d.el'. (R-mode &optional PROC-NAME) Major mode for editing R source. See `ess-mode' for more help. " I don't think it needed any required argument but I may be wrong...