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-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-flyspell.patch | 0000001799 1.76 KB | |
emacs-24.4-glibc.patch | 0000000553 553 Bytes | |
emacs-24.4-nonvoid.patch | 0000000487 487 Bytes | |
emacs-24.4-ps-bdf.patch | 0000001532 1.5 KB | |
emacs-24.4-xim.patch | 0000000494 494 Bytes | |
emacs-25.1-custom-fonts.patch | 0000003125 3.05 KB | |
emacs-25.2-ImageMagick7.patch | 0000001954 1.91 KB | |
emacs-26.1-xft4x11.patch | 0000001017 1017 Bytes | |
emacs-26.1.dif | 0000030571 29.9 KB | |
emacs-26.1.tar.xz | 0044258932 42.2 MB | |
emacs-rpmlintrc | 0000000697 697 Bytes | |
emacs.changes | 0000102417 100 KB | |
emacs.sh | 0000004334 4.23 KB | |
emacs.spec | 0000244011 238 KB | |
emacs.test | 0000000490 490 Bytes | |
site-lisp.tar.bz2 | 0000051723 50.5 KB |
Revision 138 (latest revision is 194)
Dominique Leuenberger (dimstar_suse)
accepted
request 619898
from
Dr. Werner Fink (WernerFink)
(revision 138)
- Simplify patch emacs-25.3-xft4x11.patch (from Henryk Hecht) for boo#1096354 - Add patch emacs-26.1-xft4x11.patch to allow emacs-x11 to use xft even for its menu bar (boo#1096354) - Drop pkgconfig(gconf-2.0) BuildRequires: No longer needed, nor used. Emacs-x11 uses gsettings on openSUSE. - Use -fPIE/-pie for helper binaries - Use Groups tag Productivity/Text/Editors - Add configure option for mailutils as recommended by GNU Emacs upstream - Re-enable games with GNU Emacs which requires system-user-games - Cleanup the spec file by removing old suse_versions and reordering configure options - Add some missed packages for configure - Avoid Xwidgets on 32bit architectures as this does not build - Update to emacs version 26.1 * Startup Changes in Emacs 26.1 - New option '--fg-daemon' - New option '--module-assertions' - Emacs now supports 24-bit colors on capable text terminals - Emacs now obeys the X resource "scrollBar" at startup * Various Changes in Emacs 26.1, see NEWS * Various Editing Changes in Emacs 26.1, see NEWS * Various Changes in Specialized Modes and Packages in Emacs 26.1, see NEWS * Some Incompatible Lisp Changes in Emacs 26.1, see NEWS
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é