GNU Emacs Base Package
Basic package for the GNU Emacs editor. Requires emacs-x11 or
emacs-nox.
- Developed at editors
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/emacs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
app-defaults.Emacs | 0000008455 8.26 KB | |
check-build.sh | 0000000592 592 Bytes | |
dot.gnu-emacs | 0000018517 18.1 KB | |
emacs-24.1-bnc628268.patch | 0000001074 1.05 KB | |
emacs-24.1-ps-mule.patch | 0000001729 1.69 KB | |
emacs-24.3-asian-print.patch | 0000000463 463 Bytes | |
emacs-24.3-iconic.patch | 0000000563 563 Bytes | |
emacs-24.3-x11r7.patch | 0000000979 979 Bytes | |
emacs-24.4-decl.dif | 0000000325 325 Bytes | |
emacs-24.4-flyspell.patch | 0000001799 1.76 KB | |
emacs-24.4-glibc.patch | 0000000599 599 Bytes | |
emacs-24.4-nonvoid.patch | 0000000729 729 Bytes | |
emacs-24.4-ps-bdf.patch | 0000001550 1.51 KB | |
emacs-24.4-xim.patch | 0000000494 494 Bytes | |
emacs-25.1-custom-fonts.patch | 0000003125 3.05 KB | |
emacs-25.2-rc2.tar.xz | 0043014244 41 MB | |
emacs-25.2.dif | 0000029867 29.2 KB | |
emacs-rpmlintrc | 0000000480 480 Bytes | |
emacs.changes | 0000095448 93.2 KB | |
emacs.sh | 0000003696 3.61 KB | |
emacs.spec | 0000246314 241 KB | |
emacs.test | 0000000490 490 Bytes | |
site-lisp.tar.bz2 | 0000051723 50.5 KB |
Revision 128 (latest revision is 195)
Yuchen Lin (maxlin_factory)
accepted
request 478938
from
Dr. Werner Fink (WernerFink)
(revision 128)
- Add /var/games to filelist - Test out release candidate of emacs bugfix release 25.2 * 'find-library', 'help-function-def' and 'help-variable-def' now run 'find-function-after-hook'. * New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default. * New variable 'use-default-font-for-symbols', for backward compatibility. This variable allows you to get back pre-Emacs 25 behavior where the font for displaying symbol and punctuation characters was always selected according to your fontset setup. By default, Emacs 25 tries to use the default face's font for such characters, if it supports them, disregarding the fontsets. Set this variable to nil to disable this and get back the old behavior. * 'electric-quote-mode' is no longer suppressed in a buffer whose coding system cannot represent curved quote characters. Instead, users can deal with the unrepresentable characters in the usual way when they save the buffer. * New variable 'inhibit-compacting-font-caches'. Set this variable to a non-nil value to speed up display of characters using large fonts, at the price of a larger memory footprint. * The version number of CC Mode has been changed from 5.33 to 5.32.99, although the software itself hasn't changed. This aims to reduce confusion with the standalone CC Mode 5.33 (available from http://cc-mode.sourceforge.net), which is a more mature version than the one included in Emacs 25.2. - Patch emacs-25.1.dif renamed to emacs-25.2.dif - Modified patches emacs-24.4-glibc.patch and emacs-24.4-ps-bdf.patch
Comments 4
emacs 26.1 has been released; https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.xz
Emacs 27.1 has been released.
Why is xft used with Cairo instead of HarfBuzz as recommended?
Two glitches in emacs.spec, lines 751 and 758 (%{%ext_info}, should be %{ext_info}): %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{%ext_info}" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{%ext_info}"
they should be: %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{ext_info}" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.%{ext_info}"
Regards, André