all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 27.1, Gnus, Tramp?
@ 2020-09-30 23:49 Kevin Shell
  2020-10-01  9:08 ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Shell @ 2020-09-30 23:49 UTC (permalink / raw)
  To: Emacs List

Hello Emacs users.

I upgrade emacs 26.3 to emacs 27.1.
When I start Gnus,
Tramp is opening all my .iso files in my home directory.

 Tramp: Opening connection for file xxx.iso using archive...done
 Tramp: Opening connection for file yyy.iso using archive...done
 ...

When I quit Gnus and about to exit emacs with C-x C-c,
every C-x C-c output Tramp: Unmounting xxx, and Emacs is not exit.
  C-x C-c => Tramp: Unmounting xxx.iso
  C-x C-c => Tramp: Unmounting yyy.iso
  ...

I'm not familiar with Tramp, this is a  stange behaviour for me.
What's the problem with Emacs 27.1, Gnus, Tramp?

--
kevin



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

* Re: Emacs 27.1, Gnus, Tramp?
  2020-09-30 23:49 Emacs 27.1, Gnus, Tramp? Kevin Shell
@ 2020-10-01  9:08 ` Michael Albinus
  2020-10-02  0:55   ` Eric Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Albinus @ 2020-10-01  9:08 UTC (permalink / raw)
  To: Emacs List

Kevin Shell <kshell@gmx.com> writes:

> Hello Emacs users.

Hi Kevin,

> I upgrade emacs 26.3 to emacs 27.1.
> When I start Gnus,
> Tramp is opening all my .iso files in my home directory.
>
>  Tramp: Opening connection for file xxx.iso using archive...done
>  Tramp: Opening connection for file yyy.iso using archive...done
>  ...

There is a new feature, that file archives are read when they are
provided as directory, like in "/path/to/archive.iso/". As long as the
archive name doesn't contain the trailing slash, you shouldn't see it.

I have no idea why Gnus is doing this, maybe you shall write a bug
report. As workaround, you might set in your .emacs

(eval-after-load 'tramp-archive
  (setq tramp-archive-enabled nil))

> kevin

Best regards, Michael.



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

* Re: Emacs 27.1, Gnus, Tramp?
  2020-10-01  9:08 ` Michael Albinus
@ 2020-10-02  0:55   ` Eric Abrahamsen
  2020-10-02  2:43     ` 황병희
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Abrahamsen @ 2020-10-02  0:55 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Emacs List

Michael Albinus <michael.albinus@gmx.de> writes:

> Kevin Shell <kshell@gmx.com> writes:
>
>> Hello Emacs users.
>
> Hi Kevin,
>
>> I upgrade emacs 26.3 to emacs 27.1.
>> When I start Gnus,
>> Tramp is opening all my .iso files in my home directory.
>>
>>  Tramp: Opening connection for file xxx.iso using archive...done
>>  Tramp: Opening connection for file yyy.iso using archive...done
>>  ...
>
> There is a new feature, that file archives are read when they are
> provided as directory, like in "/path/to/archive.iso/". As long as the
> archive name doesn't contain the trailing slash, you shouldn't see it.
>
> I have no idea why Gnus is doing this, maybe you shall write a bug
> report.

It would also be useful to see what servers you have defined.



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

* Re: Emacs 27.1, Gnus, Tramp?
  2020-10-02  0:55   ` Eric Abrahamsen
@ 2020-10-02  2:43     ` 황병희
  0 siblings, 0 replies; 4+ messages in thread
From: 황병희 @ 2020-10-02  2:43 UTC (permalink / raw)
  To: Emacs List

>> I have no idea why Gnus is doing this, maybe you shall write a bug
>> report.
>
> It would also be useful to see what servers you have defined.
                   
+1, too!

Sincerely, Gnus fan Byung-Hee

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//



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

end of thread, other threads:[~2020-10-02  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 23:49 Emacs 27.1, Gnus, Tramp? Kevin Shell
2020-10-01  9:08 ` Michael Albinus
2020-10-02  0:55   ` Eric Abrahamsen
2020-10-02  2:43     ` 황병희

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.