From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.help Subject: Re: 25.3.1 netbsd; scp tramp has long delay on first connection Date: Wed, 26 Sep 2018 12:17:12 +1000 Message-ID: <2FDC011E-A95B-4A76-BF61-C6B12EC6254E@scratch.space> References: <0D73340E-45D1-4BDB-A0C1-1B8497C8E6CE@scratch.space> <877ej9am3u.fsf@gmx.de> <86y3bp7hw3.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1537928154 25861 195.159.176.226 (26 Sep 2018 02:15:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2018 02:15:54 +0000 (UTC) To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 26 04:15:50 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4zMj-0006dO-Sw for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Sep 2018 04:15:49 +0200 Original-Received: from localhost ([::1]:56028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4zOq-0007DY-0l for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Sep 2018 22:18:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4zOF-000774-7a for help-gnu-emacs@gnu.org; Tue, 25 Sep 2018 22:17:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4zOC-0004yQ-4S for help-gnu-emacs@gnu.org; Tue, 25 Sep 2018 22:17:23 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:59863) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4zOB-0004wx-To for help-gnu-emacs@gnu.org; Tue, 25 Sep 2018 22:17:20 -0400 X-Originating-IP: 220.244.158.222 Original-Received: from epi.local (220-244-158-222.tpgi.com.au [220.244.158.222]) (Authenticated sender: van@scratch.space) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 8F7C3C0004 for ; Wed, 26 Sep 2018 02:17:17 +0000 (UTC) In-Reply-To: <86y3bp7hw3.fsf@zoho.com> X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.198 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118015 Archived-At: > 3. Set the `find-function-C-source-directory' > to the "src" directory, or move the dir to > where the var points. =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 1 ;; 25.3 has only find-function-C-source; this fails =E2=94=82 2 ;; (find-function-C-source-directory = '/home/XXX/opt/src/emacs-25.3/src) =E2=94=82 3 =20 =E2=94=82 4 ;; the following fails to reach link's target but the `C = source code' link is now labelled `src/fns.c' =E2=94=82 5 ;; (setq find-function-C-source-directory = '/home/XXX/opt/src/emacs-25.3/src) =E2=94=82 6 =20 =E2=94=82 7 ;; this works =E2=94=82 8 (setq find-function-C-source-directory = "/home/XXX/opt/src/emacs-25.3/src") =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80