help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 25.3.1 netbsd; scp tramp has long delay on first connection


From: Emanuel Berg
Subject: Re: 25.3.1 netbsd; scp tramp has long delay on first connection
Date: Tue, 25 Sep 2018 16:48:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]