all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Hangups in latest version of Icicles
@ 2008-04-02  6:51 Nordlöw
  2008-04-02  8:19 ` Nordlöw
  2008-04-02 14:22 ` Drew Adams
  0 siblings, 2 replies; 4+ messages in thread
From: Nordlöw @ 2008-04-02  6:51 UTC (permalink / raw)
  To: help-gnu-emacs

Updated my Icicles yesterday. All minibuffer-interactions with
directories no hangs infinitely making it impossible to interact with
them.

Whats wrong? Have I missed to update any dependencies of Icicles? I am
daily following the EmacsWiki changes related to Drew Adams and I
don't think I have missed any of them.


Thanks in advance,
Nordlöw


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hangups in latest version of Icicles
  2008-04-02  6:51 Hangups in latest version of Icicles Nordlöw
@ 2008-04-02  8:19 ` Nordlöw
  2008-04-02  8:40   ` Nordlöw
  2008-04-02 14:22 ` Drew Adams
  1 sibling, 1 reply; 4+ messages in thread
From: Nordlöw @ 2008-04-02  8:19 UTC (permalink / raw)
  To: help-gnu-emacs

On 2 Apr, 08:51, Nordlöw <per.nord...@gmail.com> wrote:
> Updated my Icicles yesterday. All minibuffer-interactions with
> directories no hangs infinitely making it impossible to interact with
> them.
>
> Whats wrong? Have I missed to update any dependencies of Icicles? I am
> daily following the EmacsWiki changes related to Drew Adams and I
> don't think I have missed any of them.
>
> Thanks in advance,
> Nordlöw

The problem, annoyingly, only occurs as a combination of my add-ons
and Icicles but not separately.

The problem only occurs when I load programming files using
desktop.el, but not when I start my Emacs without any desktop.el-
buffers and then open them by hand.

/Nordlöw


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hangups in latest version of Icicles
  2008-04-02  8:19 ` Nordlöw
@ 2008-04-02  8:40   ` Nordlöw
  0 siblings, 0 replies; 4+ messages in thread
From: Nordlöw @ 2008-04-02  8:40 UTC (permalink / raw)
  To: help-gnu-emacs

On 2 Apr, 10:19, Nordlöw <per.nord...@gmail.com> wrote:
> On 2 Apr, 08:51, Nordlöw <per.nord...@gmail.com> wrote:
>
> > Updated my Icicles yesterday. All minibuffer-interactions with
> > directories no hangs infinitely making it impossible to interact with
> > them.
>
> > Whats wrong? Have I missed to update any dependencies of Icicles? I am
> > daily following the EmacsWiki changes related to Drew Adams and I
> > don't think I have missed any of them.
>
> > Thanks in advance,
> > Nordlöw
>
> The problem, annoyingly, only occurs as a combination of my add-ons
> and Icicles but not separately.
>
> The problem only occurs when I load programming files using
> desktop.el, but not when I start my Emacs without any desktop.el-
> buffers and then open them by hand.
>
> /Nordlöw

The hangup is fortunately interruptable by C-g. After having pressed C-
g once I don't get the error anymore. I tried paste the error message
context into this window but google groups don't allow unknown binary
bytecodes. Should I strip it from the binary characters and send it
anyway?

/Nordlöw



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Hangups in latest version of Icicles
  2008-04-02  6:51 Hangups in latest version of Icicles Nordlöw
  2008-04-02  8:19 ` Nordlöw
@ 2008-04-02 14:22 ` Drew Adams
  1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2008-04-02 14:22 UTC (permalink / raw)
  To: 'Nordlöw', help-gnu-emacs

> Updated my Icicles yesterday. All minibuffer-interactions with
> directories no hangs infinitely making it impossible to interact with
> them.
> 
> Whats wrong? Have I missed to update any dependencies of Icicles? I am
> daily following the EmacsWiki changes related to Drew Adams and I
> don't think I have missed any of them.

Hi Nordlow,

I see no hang, myself. Please file a bug: `M-x icicle-send-bug-report'. Detail
the problem and the steps to reproduce it, starting with emacs -Q, and
mentioning your Emacs version and platform. Describe what happens for local and
remote directories, if the behavior differs.

> The problem, annoyingly, only occurs as a combination of my add-ons
> and Icicles but not separately.
> 
> The problem only occurs when I load programming files using
> desktop.el, but not when I start my Emacs without any desktop.el-
> buffers and then open them by hand.

You will need to try to track this down starting with emacs -Q. It might be
something that is saved in your desktop file - perhaps something regarding an
older version of Icicles? You might also try editing your desktop file to purge
any Icicles-related info it might have saved. I'm not familiar with desktop,
myself, but together we can find the problem.

> The hangup is fortunately interruptable by C-g. After having 
> pressed C-g once I don't get the error anymore. I tried paste
> the error message context into this window but google groups
> don't allow unknown binary bytecodes. Should I strip it from
> the binary characters and send it anyway?

Yes, please send as much info as you can. You can send it to me directly (off
list).

On 3/30 I changed file-name reading in Emacs 22+, to take advantage of the new
Emacs variable `read-file-name-function', instead of redefining `read-file-name'
within Icicle mode. I'm guessing that that change might be related to your
problem, but I will need more detailed info to figure this out.

This change is, ironically, to help Icicles play better with other libraries
that also redefine or advise `read-file-name', so it's important to find and fix
the problem.

Sorry for the inconvenience, and thanks for your help.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-02 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02  6:51 Hangups in latest version of Icicles Nordlöw
2008-04-02  8:19 ` Nordlöw
2008-04-02  8:40   ` Nordlöw
2008-04-02 14:22 ` Drew Adams

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.