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 | 0000001549 1.51 KB | |
emacs-24.4-xim.patch | 0000000494 494 Bytes | |
emacs-25.1.dif | 0000029867 29.2 KB | |
emacs-25.1.tar.xz | 0042498944 40.5 MB | |
emacs-rpmlintrc | 0000000480 480 Bytes | |
emacs.changes | 0000093341 91.2 KB | |
emacs.sh | 0000003696 3.61 KB | |
emacs.spec | 0000245737 240 KB | |
emacs.test | 0000000490 490 Bytes | |
site-lisp.tar.bz2 | 0000051723 50.5 KB |
Revision 126 (latest revision is 195)
Dominique Leuenberger (dimstar_suse)
accepted
request 439871
from
Dr. Werner Fink (WernerFink)
(revision 126)
- Avoid address space randomization during emacs build - Check for active Execution Shield as this breaks emacs - Diable experimental cairo support as it cause trouble with spacemacs as well as with the w3 mode - Update to emacs version 25.1 * Next major release * Xwidgets: a new feature for embedding native widgets inside Emacs buffers. * Emacs can now load shared/dynamic libraries (modules). * Network security (TLS/SSL certificate validity and the like) * 'C-h l' now also lists the commands that were run. * New option 'switch-to-buffer-in-dedicated-window' * The option 'even-window-heights' has been renamed to 'even-window-sizes' * 'terpri' gets an optional arg ENSURE to conditionally output a newline. * 'insert-register' now leaves point after the inserted text * The new variable 'term-file-aliases' replaces some files from lisp/term. * New variable 'system-configuration-features', listing some of the main features that Emacs was compiled with. * A password is now hidden also when typed in batch mode. * The Emacs pseudo-random number generator can be securely seeded. * New input methods: 'tamil-dvorak', 'programmer-dvorak' and 'probhat'. * 'M-x' suggests shorthands and ignores obsolete commands for completion. * Changes in undo * New command 'comment-line' bound to 'C-x C-;'. * New and improved facilities for inserting Unicode characters * New minor mode 'global-eldoc-mode' is enabled by default. * Emacs now uses "bracketed paste mode" on text terminals that support it. * Emacs now supports the latest version of the UBA. * You can access 'mouse-buffer-menu' ('C-down-mouse-1') using 'C-f10'.
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é