* *emacs vs. MacFUSE/sshfs
[not found] <0C7ECE52-6318-4F24-98D9-9A7A75FB0521@bfccomputing.com>
@ 2007-07-26 15:07 ` David Reitter
2007-07-26 23:54 ` YAMAMOTO Mitsuharu
0 siblings, 1 reply; 3+ messages in thread
From: David Reitter @ 2007-07-26 15:07 UTC (permalink / raw)
To: Bill McGonigle; +Cc: aquamacs Bugs, bug-gnu-emacs
I think this would have to be addressed on the Emacs level. I'm
cc'ing the Emacs Bugs list.
PS.: You could use Tramp for the time being.
On 26 Jul 2007, at 15:23, Bill McGonigle wrote:
Just sending along a pointer to a bug report at Google that affects
Aquamacs:
http://code.google.com/p/macfuse/issues/detail?id=214#c7
There appears to be a work-around that can be implemented in MacFUSE,
but it also appears emacs is aggressive/optimistic, and this might
affect other filesystems, not just MacFUSE-based ones. A different
duration for the alarm signal might make sense on the Mac.
Editing remote files via sshfs in Aquamacs would be sweet.
Thanks,
-Bill
----
In GNU Emacs 22.1.1 (i386-apple-darwin8.9.1, Carbon Version 1.6.0)
of 2007-06-14 on plume.sr.unh.edu - Aquamacs Distribution 1.0b
Windowing system distributor `Apple Inc.', version 10.4.10
configured using `configure '--without-x' '--prefix=/usr/local''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
locale-coding-system: iso-8859-1
default-enable-multibyte-characters: t
Major mode: Text
Minor modes in effect:
smart-frame-positioning-mode: t
aquamacs-styles-mode: t
recentf-mode: t
encoded-kbd-mode: t
osx-key-mode: t
show-paren-mode: t
delete-selection-mode: t
pc-selection-mode: t
cua-mode: t
tooltip-mode: t
mac-input-method-mode: t
tool-bar-mode: 0
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<menu-bar> <file> <Open Recent> <todo> <help-echo>
<down-mouse-1> <mouse-1> <down> K <backspace> C-k <down>
<down> C-k <down> <down> <down> <S-down> <S-down> <backspace>
<up> <up> <up> <A-up> <down-mouse-1> <mouse-1> <backspace>
C-c C-s C-g C-x C-s <down-mouse-1> <mouse-1> <menu-bar>
<help-menu> <report-emacs-bug>
Recent messages:
Loading /Users/flowerpt/Library/Preferences/Aquamacs Emacs/frame-
positions.el (source)...done
For an introduction to Aquamacs Emacs, type Apple-?.
Copyright (C) 2007 Free Software Foundation, Inc. (C) 2007 D.
Reitter. No Warranty.
You may redistribute Aquamacs under the GNU General Public License.
Type C-h C-c to view.
Get the new Aquamacs 1.1 from http://aquamacs.org [2 times]
Mark set
Auto-saving...
Quit
Wrote /Users/flowerpt/todo
Loading emacsbug...done
-----
Bill McGonigle, Owner Work: 603.448.4440
BFC Computing, LLC Home: 603.448.1668
bill@bfccomputing.com Cell: 603.252.2606
http://www.bfccomputing.com/ Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: *emacs vs. MacFUSE/sshfs
2007-07-26 15:07 ` *emacs vs. MacFUSE/sshfs David Reitter
@ 2007-07-26 23:54 ` YAMAMOTO Mitsuharu
2007-07-27 7:11 ` Bill McGonigle
0 siblings, 1 reply; 3+ messages in thread
From: YAMAMOTO Mitsuharu @ 2007-07-26 23:54 UTC (permalink / raw)
To: David Reitter; +Cc: aquamacs Bugs, bug-gnu-emacs, Bill McGonigle
>>>>> On Thu, 26 Jul 2007 16:07:33 +0100, David Reitter <david.reitter@gmail.com> said:
> I think this would have to be addressed on the Emacs level. I'm
> cc'ing the Emacs Bugs list.
> PS.: You could use Tramp for the time being.
> On 26 Jul 2007, at 15:23, Bill McGonigle wrote:
> Just sending along a pointer to a bug report at Google that affects
> Aquamacs:
> http://code.google.com/p/macfuse/issues/detail?id=214#c7
> There appears to be a work-around that can be implemented in
> MacFUSE, but it also appears emacs is aggressive/optimistic, and
> this might affect other filesystems, not just MacFUSE-based ones.
Could you explain more about "it appears emacs is
aggressive/optimistic"? In the Carbon port, the SIGALRM duration is 2
seconds by default and it's not too frequent. If some file operation
takes much more time than that period, then it is desirable that it
works with signals so users/applications can interrupt the long
operation, IMO.
> A different duration for the alarm signal might make sense on the
> Mac.
You can set it via `polling-period' if you need.
What kind of change on the Emacs side are the MacFUSE developers
suggesting?
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: *emacs vs. MacFUSE/sshfs
2007-07-26 23:54 ` YAMAMOTO Mitsuharu
@ 2007-07-27 7:11 ` Bill McGonigle
0 siblings, 0 replies; 3+ messages in thread
From: Bill McGonigle @ 2007-07-27 7:11 UTC (permalink / raw)
To: YAMAMOTO Mitsuharu; +Cc: aquamacs Bugs, bug-gnu-emacs
On Jul 26, 2007, at 19:54, YAMAMOTO Mitsuharu wrote:
> What kind of change on the Emacs side are the MacFUSE developers
> suggesting?
I passed the question along to them. I'll update here when I get
something useful.
Thanks,
-Bill
-----
Bill McGonigle, Owner Work: 603.448.4440
BFC Computing, LLC Home: 603.448.1668
bill@bfccomputing.com Cell: 603.252.2606
http://www.bfccomputing.com/ Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-27 7:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <0C7ECE52-6318-4F24-98D9-9A7A75FB0521@bfccomputing.com>
2007-07-26 15:07 ` *emacs vs. MacFUSE/sshfs David Reitter
2007-07-26 23:54 ` YAMAMOTO Mitsuharu
2007-07-27 7:11 ` Bill McGonigle
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.