From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mar@centrum.cz (Martin Slouf) Newsgroups: gmane.emacs.help Subject: Re: Sunrise Commander: Mode Line Extension Date: Mon, 12 Oct 2009 21:46:19 +0200 Message-ID: <20091012194619.GA11868@rypak.lan> References: <091a78d8-7609-415b-a105-15ee241badc9@o41g2000yqb.googlegroups.com> <02c41d56-ddd8-409d-86d9-2060fe4e529d@h13g2000yqk.googlegroups.com> <54315ef8-10e3-4b06-9bd0-bd13dddf8632@m11g2000yqf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255376843 3132 80.91.229.12 (12 Oct 2009 19:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Oct 2009 19:47:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 12 21:47:13 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MxQrQ-0003CM-MH for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2009 21:47:13 +0200 Original-Received: from localhost ([127.0.0.1]:46731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxQrQ-0007TH-9M for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2009 15:47:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxQqm-0007JK-4e for help-gnu-emacs@gnu.org; Mon, 12 Oct 2009 15:46:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxQqh-0007GA-49 for help-gnu-emacs@gnu.org; Mon, 12 Oct 2009 15:46:31 -0400 Original-Received: from [199.232.76.173] (port=34191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxQqg-0007G4-US for help-gnu-emacs@gnu.org; Mon, 12 Oct 2009 15:46:26 -0400 Original-Received: from smtp-out4.iol.cz ([194.228.2.92]:43787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxQqg-0001VW-C9 for help-gnu-emacs@gnu.org; Mon, 12 Oct 2009 15:46:26 -0400 Original-Received: from antivir6.iol.cz (unknown [192.168.30.215]) by smtp-out4.iol.cz (Postfix) with ESMTP id 8C43FCE411F for ; Mon, 12 Oct 2009 19:46:20 +0000 (UTC) Original-Received: from localhost (antivir6.iol.cz [127.0.0.1]) by antivir6.iol.cz (Postfix) with ESMTP id 41230720055 for ; Mon, 12 Oct 2009 21:46:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at iol.cz Original-Received: from antivir6.iol.cz ([127.0.0.1]) by localhost (antivir6.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id TYBvrVJlvAOb for ; Mon, 12 Oct 2009 21:46:20 +0200 (CEST) Original-Received: from port1.iol.cz (unknown [192.168.30.91]) by antivir6.iol.cz (Postfix) with ESMTP id 13EEE720059 for ; Mon, 12 Oct 2009 21:46:20 +0200 (CEST) X-SBRS: None X-SBRS-none: None X-RECVLIST: MTA-OUT-IOL X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am8YAFck00pasW3C/2dsb2JhbACBUoQh0RKELQQ Original-Received: from 194.109.broadband10.iol.cz (HELO rypak.lan) ([90.177.109.194]) by port1.iol.cz with ESMTP; 12 Oct 2009 21:46:19 +0200 Original-Received: by rypak.lan (Postfix, from userid 1000) id 8FD59230FD5; Mon, 12 Oct 2009 21:46:19 +0200 (CEST) Content-Disposition: inline In-Reply-To: <54315ef8-10e3-4b06-9bd0-bd13dddf8632@m11g2000yqf.googlegroups.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68901 Archived-At: Hi, sunrise commander seems interesting, unfortunately, after installing (and compiling) i enabled it with: - - - - (only to see which modules are loaded) (setq my-sunrise-install-dir "~/.emacs.d/site-lisp/sunrise") (defun my-sunrise-init() (let ((installation-exists nil)) (setq installation-exists (file-exists-p my-sunrise-install-dir)) (if installation-exists (progn (add-to-list 'load-path my-sunrise-install-dir) (require 'sunrise-commander) (add-to-list 'auto-mode-alist '("\\.srvm\\'" . sr-virtual-mode)) (require 'sunrise-x-buttons) (require 'sunrise-x-loop) (require 'sunrise-x-mirror) (require 'sunrise-x-modeline) ;; choose this or x-butoons ;(require 'sunrise-x-popviewer) ) (message "Sunrise Commender not supported")))) (my-sunrise-init) - - - - and i get: sr-advertised-find-file: Wrong type argument: stringp, nil anytime i choose a file file or directory with ENTER (Open) m. On Mon, Oct 12, 2009 at 11:08:59AM -0700, Jos=E9 A. Romero L. wrote: > On 12 Pa=BC, 15:19, Renaud Casenave-P=E9r=E9 > wrote: > > Hi, > > > > Alright, byte compiling the files does fix the problem. > > I'm not really used to compiling my config files, maybe it's not a go= od thing, they're starting to be quite big... > > Well, it was nothing, but I'm glad I could help. > > >=20 > Ready. I've just committed version 1R204, which fixes the problem you > reported. >=20 > Thanks again for your help. Don't hesitate to contact me if you have > any other problems with Sunrise. >=20