From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pascal J. Bourguignon" Newsgroups: gmane.emacs.help Subject: Re: R scratch buffer Date: Fri, 13 Jul 2012 14:32:28 +0200 Organization: Informatimago Message-ID: <877gu77sf7.fsf@kuiper.lan.informatimago.com> 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: 8bit X-Trace: dough.gmane.org 1342182919 19256 80.91.229.3 (13 Jul 2012 12:35:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 12:35:19 +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:35: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 1Spf5U-0008A6-VK for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 14:35:13 +0200 Original-Received: from localhost ([::1]:57830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Spf5U-0002kU-2L for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 08:35:12 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-X-Trace: individual.net K5SbkLjS3MTjCWXyBD0Zjw3sTTptc/1PVsSe8gJgnECgrUoTyDgGmjX5cl4l9Kulju Cancel-Lock: sha1:NDkwMWFhNTlkZDllNDkwZTg4NWUyNzhlNGQ1YzI3OGViNzIyOTMzZA== sha1:zsni/qeE+gzHj1NPzBc84qCA+UQ= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:193452 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:85836 Archived-At: "Benoit G." writes: > 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-scratch buffer is still in fundamental mode. >> >> > If I find any answer, I will post it. >> >> Perhaps M-x R-mode RET asks for parameters?  Type C-h f R-mode RET and >> see what's its usage. > > 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... Indeed, (R-mode) should work. M-x toggle-debug-on-error RET and try again. -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}.