* [sup-talk] little problem with the file browser
@ 2008-01-13 13:22 Giorgio Lando
2008-01-14 1:23 ` William Morgan
0 siblings, 1 reply; 3+ messages in thread
From: Giorgio Lando @ 2008-01-13 13:22 UTC (permalink / raw)
Hi, I have a little problem when I browse files (for example when
choosing an attachment). It happens only in some cases and in a way that
seems to be random (but may be I am missing some kind of regularity).
For some folders (but only sometimes for each of
them) I do not get immediately a full display of the files in the
folder. The display starts at the last file, and the others are
displayed only if I press k to go up. At least in two cases the display
started not at the last file but at an intermediate files, so that only
some of the files can be immediately seen, while I had to press k to see
and select the others.
It does not ever happen to me with the first folder I enter (my home
directory), but only when I enter some of its subfolders.
I am pretty sure that they have no peculiar permissions (also because
everything can be finally seen and accessed, it is enough to press k).
If the description of the problem is unclear, I can provide a couple of
screenshots, just ask.
It happens with both git versions (and with the release)
Giorgio
^ permalink raw reply [flat|nested] 3+ messages in thread
* [sup-talk] little problem with the file browser
2008-01-13 13:22 [sup-talk] little problem with the file browser Giorgio Lando
@ 2008-01-14 1:23 ` William Morgan
[not found] ` <704d6aa20801131801j3a5516b9teeaafbc468451fcc@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: William Morgan @ 2008-01-14 1:23 UTC (permalink / raw)
Excerpts from Giorgio Lando's message of Sun Jan 13 05:22:18 -0800 2008:
> Hi, I have a little problem when I browse files (for example when
> choosing an attachment). It happens only in some cases and in a way
> that seems to be random (but may be I am missing some kind of
> regularity).
Does this patch fix the problem?
diff --git a/lib/sup/modes/file-browser-mode.rb b/lib/sup/modes/file-browser-mode.rb
index 3c68eec..b49f3f4 100644
--- a/lib/sup/modes/file-browser-mode.rb
+++ b/lib/sup/modes/file-browser-mode.rb
@@ -38,6 +38,7 @@ protected
def reload
regen_text
+ jump_to_start
buffer.mark_dirty
end
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-14 2:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-13 13:22 [sup-talk] little problem with the file browser Giorgio Lando
2008-01-14 1:23 ` William Morgan
[not found] ` <704d6aa20801131801j3a5516b9teeaafbc468451fcc@mail.gmail.com>
2008-01-14 2:16 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox