From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!.POSTED!not-for-mail
From: Emanuel Berg <moasen@zoho.com>
Newsgroups: gmane.emacs.help
Subject: Re: 25.3.1 netbsd; scp tramp has long delay on first connection
Date: Tue, 25 Sep 2018 16:48:12 +0200
Organization: Aioe.org NNTP Server
Message-ID: <86y3bp7hw3.fsf@zoho.com>
References: <0D73340E-45D1-4BDB-A0C1-1B8497C8E6CE@scratch.space>
	<877ej9am3u.fsf@gmx.de>
	<mailman.1290.1537875422.1284.help-gnu-emacs@gnu.org>
NNTP-Posting-Host: blaine.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Trace: blaine.gmane.org 1537886924 1579 195.159.176.226 (25 Sep 2018 14:48:44 GMT)
X-Complaints-To: usenet@blaine.gmane.org
NNTP-Posting-Date: Tue, 25 Sep 2018 14:48:44 +0000 (UTC)
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 25 16:48:40 2018
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>)
	id 1g4odj-0000HD-2c
	for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Sep 2018 16:48:39 +0200
Original-Received: from localhost ([::1]:53535 helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>)
	id 1g4ofp-0006R6-Ke
	for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Sep 2018 10:50:49 -0400
Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail
Original-Newsgroups: gnu.emacs.help
Original-Lines: 44
Original-NNTP-Posting-Host: onLrbz09yV+MU3RaxdbMkg.user.gioia.aioe.org
Original-X-Complaints-To: abuse@aioe.org
Cancel-Lock: sha1:nX8DEaDTFFz/KwonCphIcBHGUEg=
Mail-Copies-To: never
X-Notice: Filtered by postfilter v. 0.8.3
Original-Xref: usenet.stanford.edu gnu.emacs.help:223883
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 <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs/>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Original-Sender: "help-gnu-emacs"
	<help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
Xref: news.gmane.org gmane.emacs.help:118008
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/118008>

Van L wrote:

> require is a built-in function in ‘C source
> code’.

If I may, `require' is a built-in function in
`fns.c'!


1. Get the source:

    #! /bin/zsh
    get-source () {
        apt-get source $@
    }
    alias get-src=get-source

    $ get-src emacs24


2. Look for the "src" directory.


3. Set the `find-function-C-source-directory'
   to the "src" directory, or move the dir to
   where the var points.


4. Do `C-h f require RET' and hit the button
   for the C source!


Oh, perhaps this is needed in
/etc/apt/sources.list

    deb-src  http://archive.raspbian.org/raspbian/  jessie main contrib non-free rpi

But with a repository URL, distribution
(here: jessie), and components (main etc) to
match your system, right?

-- 
underground experts united
http://user.it.uu.se/~embe8573