From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:203:b4db::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id nLfQJO61/mHPfgAAsNZ9tg (envelope-from ) for ; Sat, 05 Feb 2022 17:37:50 +0000 Received: from out2.migadu.com ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mDWRI+61/mEqrwAA9RJhRA (envelope-from ) for ; Sat, 05 Feb 2022 18:37:50 +0100 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1644082670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rWjBOQYdab78e1p9+ISk0je3UiH2AkThHaImWEhBoxo=; b=mi737rujrj5Vj5bayhehXG4JnW0JgkHHTHTuQHR5HIVDkfK9FFFs8eZMI/XQ9O66lX7+qX WvND0uERM1QypYrQ4rORXfjAY2m+9KrI8deqxkP6k2hABEgiYCjkzoufaiak072VLo0S/P X+fVZPXSJ2/TId90IoOJ2TyRI2FuLIoM8zaNtG5K4EI6FAKNed6cHTTt2WjRuAThDB2Sqp z9PL8JVFkNM7VdTP/JUhmfX7aFmsTfFrSKST5Say2cwitCTcTo2bHObPB34gCfEGDVLiv2 ApIUwvh+RnY9Bs3SwKjBGp17XYGRtq9yDDcAkRZAkb1j6CR1vpwGNzytmuZ2OA== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: Re: [RFC PATCH 01/14] am: Give better name to default piem-am-read-worktree-function value In-Reply-To: <20211229235036.372313-2-kyle@kyleam.com> References: <20211229235036.372313-1-kyle@kyleam.com> <20211229235036.372313-2-kyle@kyleam.com> Date: Sat, 05 Feb 2022 12:37:48 -0500 Message-ID: <87v8xtkydv.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com X-TUID: oQQsIpam2Q3a Kyle Meyer writes: > piem-am-read-worktree isn't a good name because it provide any ^ doesn't > information to distinguish this function from any other function used > for piem-am-read-worktree-function. > --- > piem.el | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Pushed (f55a49ca).