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

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

Emacs 28.1 (was: Re: help doesn't buttonize some functions)


From: Emanuel Berg
Subject: Emacs 28.1 (was: Re: help doesn't buttonize some functions)
Date: Fri, 27 Aug 2021 10:51:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>   GNU Emacs 28.0.50 (build 3, x86_64-pc-linux-gnu, cairo
>   version 1.16.0) of 2021-08-02
>
> Please use
>
>   C-u M-x emacs-version RET

Yeah ... where/how did you get 28.1?

I did what I usually do and got same old 28.0.50.

>From https://git.savannah.gnu.org/git/emacs.git

#! /bin/zsh
#
# this file:
#   http://user.it.uu.se/~embe8573/conf/.zsh/install-emacs
#   https://dataswamp.org/~incal/conf/.zsh/install-emacs

local EMACS_SRC=https://git.savannah.gnu.org/git/emacs.git
local EMACS_DIR=~/src

emacs-install-prepare () {
    sudo apt-get -qq update
    sudo apt-get install build-essential
    sudo apt-get build-dep emacs
}

emacs-src-reset () {
    cd $EMACS_DIR
    git reset --hard
    git clean -xdf
    git pull $EMACS_SRC
}
alias emacs-reset-src=emacs-src-reset

emacs-src-get () {
    cd $EMACS_DIR
    git clone $EMACS_SRC
}
alias emacs-get-src=emacs-src-get

# autogen.sh
# configure --with-x-toolkit=no
# make
# sudo make install


-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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