all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mar@centrum.cz (Martin Slouf)
To: help-gnu-emacs@gnu.org
Subject: Re: Sunrise Commander: Mode Line Extension
Date: Mon, 12 Oct 2009 21:46:19 +0200	[thread overview]
Message-ID: <20091012194619.GA11868@rypak.lan> (raw)
In-Reply-To: <54315ef8-10e3-4b06-9bd0-bd13dddf8632@m11g2000yqf.googlegroups.com>

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é A. Romero L. wrote:
> On 12 Paź, 15:19, Renaud Casenave-Péré <ren...@casenave-pere.fr>
> 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 good thing, they're starting to be quite big...
> > Well, it was nothing, but I'm glad I could help.
> >
> 
> Ready. I've just committed version 1R204, which fixes the problem you
> reported.
> 
> Thanks again for your help. Don't hesitate to contact me if you have
> any other problems with Sunrise.
> 




  reply	other threads:[~2009-10-12 19:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-10 23:36 Sunrise Commander: Mode Line Extension José A. Romero L.
2009-10-11 15:32 ` Renaud Casenave-Péré
     [not found] ` <mailman.8543.1255275196.2239.help-gnu-emacs@gnu.org>
2009-10-12  8:26   ` José A. Romero L.
2009-10-12 13:19     ` Renaud Casenave-Péré
     [not found]     ` <mailman.8595.1255353574.2239.help-gnu-emacs@gnu.org>
2009-10-12 18:08       ` José A. Romero L.
2009-10-12 19:46         ` Martin Slouf [this message]
     [not found]         ` <mailman.8634.1255376794.2239.help-gnu-emacs@gnu.org>
2009-10-13  8:12           ` José A. Romero L.
2009-10-13 12:57             ` rustom
2009-10-13 17:48               ` José A. Romero L.
2009-10-13 21:59             ` Martin Slouf
     [not found]             ` <mailman.8701.1255471208.2239.help-gnu-emacs@gnu.org>
2009-10-13 23:33               ` José A. Romero L.
2009-10-18  9:48                 ` Martin Slouf
     [not found]                 ` <mailman.9043.1255859347.2239.help-gnu-emacs@gnu.org>
2009-10-18 11:55                   ` José A. Romero L.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091012194619.GA11868@rypak.lan \
    --to=mar@centrum.cz \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.