From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Non file buffers and default-directory Date: Sat, 22 Apr 2023 19:36:18 +0300 Message-ID: <831qkb27st.fsf@gnu.org> References: <87edohf3ip.fsf@ledu-giraud.fr> <87zg745p85.fsf@gmx.de> <87y1moe1aa.fsf@ledu-giraud.fr> <87v8hr6gvl.fsf@gmx.de> <874jpa611r.fsf@ledu-giraud.fr> <87v8hprb5w.fsf@mbork.pl> <87zg714qb8.fsf@gmx.de> <87pm7xplz3.fsf@ledu-giraud.fr> <87r0sc4cmv.fsf@gmx.de> <87ttx810mz.fsf@ledu-giraud.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5196"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 22 18:36:37 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pqGE1-0001Bq-Dd for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 22 Apr 2023 18:36:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pqGDQ-000740-Fx; Sat, 22 Apr 2023 12:36:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqGDP-00073r-P4 for help-gnu-emacs@gnu.org; Sat, 22 Apr 2023 12:35:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqGDP-0002Hx-71 for help-gnu-emacs@gnu.org; Sat, 22 Apr 2023 12:35:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=5doEAXuAA+HRzrvdsZks7rWSQHT5lIVGjvegaWcRXHc=; b=dR4lJqFEZ4stk1eYjHh4 +BRnq275Or7dwkIHY6EAAWMoo7qY3HsnHUFWvNf73pDC+JRQkwOi/m7e+FL58ystJ3oRmzybrJBDl fvxgC/JJZ9OVGKu3dLADCq8ez4rAVGU857PiMUiOaToDyqaPnVbNJfpYk7M5ShIIlxg3OD8BwPbh7 4c6hznI+qUwrDILF3F402smH/HHLgvR3FH688uv62R5LOwUvFxzxzCIJP7pvg48E/KzRdw4A3/CB8 ijQlMvhUWIsyHS5a0O0JKyDs0nBRhqoP762K0L36QHrJLW3YEO3+2UlaBD49P3/NA9GSH8smDZkVi yfvpHtZgvYnV5A==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqGDO-0003As-8Z for help-gnu-emacs@gnu.org; Sat, 22 Apr 2023 12:35:58 -0400 In-Reply-To: <87ttx810mz.fsf@ledu-giraud.fr> (message from Manuel Giraud via Users list for the GNU Emacs text editor on Sat, 22 Apr 2023 15:56:20 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:143332 Archived-At: > Cc: Marcin Borkowski , Manuel Giraud via Users list for the > GNU Emacs text editor > Date: Sat, 22 Apr 2023 15:56:20 +0200 > From: Manuel Giraud via Users list for the GNU Emacs text editor > > Michael Albinus writes: > > > Anyway, I'm frustrated by trying (again) to add threads for Tramp. No real > > progress for weeks. So I need a break, and tramp-cleanup-some-buffers > > seems easy enough to implement, and it would enjoy me to do this. > > 😄 Have a nice break then. (I thought that Emacs did not have "real" > parallel threads and that only external async process provided some > parallelism). Tramp is all about starting async sub-processes, though. So it should be one of the ideal candidates for using Lisp threads.