all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "José A. Romero L." <escherdragon@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Trouble with M-x sunrise command on debian squeeze (solved)
Date: Mon, 25 Oct 2010 12:04:34 -0700 (PDT)	[thread overview]
Message-ID: <8adef2fc-93af-48a1-b42d-37c547780c77@m7g2000yqm.googlegroups.com> (raw)
In-Reply-To: 87mxq2ed1h.fsf@teufel.historicalMaterialism.info

On 25 Paź, 13:18, brownh <bro...@historicalMaterialism.info> wrote:
(...)
> to work consistently. For example, after issuing my M-x sunrise twice,
> and things look as they should, when I open folders on the tree, the
> right list view window is unaffected and continues to show the files
> and directories of my home directory as a list view. Despite my
> multiple M-x sunrise command, the buffer list looks normal.
(...)

That is the way the tree view works -- it neither is an explorer nor
pretends to be one. Of course this doesn't mean it's not possible to
do what you want: just modify a bit the snippet your already have:

    (add-hook 'sr-start-hook
              '(lambda ()
                 (let ((selected sr-selected-window))
                   (sr-select-window 'left)
                   (unless (eq major-mode 'sr-tree-mode)
                     (sr-tree-view)
                     (unless sr-synchronized (sr-sync)))
                   (sr-select-window selected))))

but the philosophy behind Sunrise is actually quite different, so if
what you're after is an explorer-style FM, be aware that Sunrise may
disappoint you after some time. What I mean by the philosophy behind
Sunrise is best described here:

    http://www.softpanorama.org/OFM/index.shtml

Cheers,
--
José A. Romero L.
escherdragon at gmail
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)



      parent reply	other threads:[~2010-10-25 19:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <877hhb8lbg.fsf@teufel.historicalMaterialism.info>
2010-10-21 23:52 ` Trouble with M-x sunrise command on debian squeeze (solved) brownh
2010-10-22  7:35   ` José A. Romero L.
     [not found]     ` <87vd4u78rr.fsf@teufel.historicalMaterialism.info>
     [not found]       ` <26ddfd35-90ae-4312-8632-cbb05bbb23f8@k22g2000yqh.googlegroups.com>
     [not found]         ` <87mxq57ltp.fsf@teufel.historicalMaterialism.info>
2010-10-23 13:56           ` José A. Romero L.
     [not found]             ` <8762ws7dd2.fsf@teufel.historicalMaterialism.info>
2010-10-24  4:32               ` Lars Magne Ingebrigtsen
2010-10-24 12:38               ` José A. Romero L.
     [not found]                 ` <87vd4re3z7.fsf@teufel.historicalMaterialism.info>
2010-10-24 23:12                   ` José A. Romero L.
     [not found]                     ` <87mxq2ed1h.fsf@teufel.historicalMaterialism.info>
2010-10-25 18:38                       ` José A. Romero L.
     [not found]                         ` <874oc9m6eh.fsf@teufel.historicalMaterialism.info>
2010-10-26 21:28                           ` José A. Romero L.
2010-10-25 19:04                       ` José A. Romero L. [this message]

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=8adef2fc-93af-48a1-b42d-37c547780c77@m7g2000yqm.googlegroups.com \
    --to=escherdragon@gmail.com \
    --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.