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: Mon, 01 May 2023 14:55:39 +0300 Message-ID: <831qk0p8p0.fsf@gnu.org> References: <87edohf3ip.fsf@ledu-giraud.fr> <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> <831qkb27st.fsf@gnu.org> <87pm7v256a.fsf@univ-nantes.fr> <87cz3vukop.fsf@gmx.de> <83leijyrb2.fsf@gnu.org> <87pm7u95yf.fsf@gnu.org> <83fs8qzrab.fsf@gnu.org> <87cz3r28ye.fsf@ledu-giraud.fr> <83ildjvply.fsf@gnu.org> <87bkjb4zkf.fsf@dataswamp.org> <831qk5uag3.fsf@gnu.org> <87a5ytw1jo.fsf@dataswamp.org> <83sfckqlzg.fsf@gnu.org> <877ctsx0n7.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6619"; 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 Mon May 01 13:55:29 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 1ptS7t-0001YF-Py for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 01 May 2023 13:55:29 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ptS7Y-0008L1-Vp; Mon, 01 May 2023 07:55:09 -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 1ptS7N-0008Kj-Sr for help-gnu-emacs@gnu.org; Mon, 01 May 2023 07:54:58 -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 1ptS7N-0003Qd-Ff for help-gnu-emacs@gnu.org; Mon, 01 May 2023 07:54:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/y+UDMXtxce/lx8/pAnI3jmvyf9k8BayC3NjpqgSJNM=; b=T4oMv2iO2Svw m9o3dIkWI+jWdxCY4aTLQXh+oj77yhzw6cMNDR7IBE5V1u2qDO/WT/4/3d7r/loLxm5DcKONSADSp Dj044bvCndLMb267bNaClIPaE+byb5I0G0ySglg+CS/l4X4b99TUGJfcP6sGtlkEJIV0xkH87LGq1 VrNcov8o5rqMx7NdfrY68fJDuqDD4rjhV+qYv1N0faZYVkYIbK/hDLzLebHk5+OB2LBMjnx0eVtbY 4XFuFdgvdWeP7rKhnt0szmIApv5Cnesrd23twgmgigeg+dYsdgy6ngmX8GAaaybL42mTzik4g/MjA SxdeaUrn2cDHicaLxltaLA==; 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 1ptS7L-0001Ch-EQ for help-gnu-emacs@gnu.org; Mon, 01 May 2023 07:54:56 -0400 In-Reply-To: <877ctsx0n7.fsf@dataswamp.org> (message from Emanuel Berg on Mon, 01 May 2023 04:10:04 +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:143486 Archived-At: > From: Emanuel Berg > Date: Mon, 01 May 2023 04:10:04 +0200 > > Eli Zaretskii wrote: > > >> Example for a hello world defun would perhaps help. > > > > There are examples in the ELisp manual, and more in the test suite. > > > >> If that is easy I don't see why a more complicated process > >> that you wish to isolate in the same way, why that should > >> be more complicated just because the process is? > > > > Sorry, I don't understand what you are saying (or > > asking?) here. > > I mean, relax man, maybe show us some simplest implementation > "hello world" ... > > Because ... that would be really cool for us to see! Then I already answered that, above.