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 | 0000008459 8.26 KB | |
boo1178942-bedb3cb6.patch | 0000001603 1.57 KB | |
check-build.sh | 0000000592 592 Bytes | |
dot.gnu-emacs | 0000018827 18.4 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 | 0000003181 3.11 KB | |
emacs-25.2-ImageMagick7.patch | 0000001886 1.84 KB | |
emacs-26.1-xft4x11.patch | 0000001043 1.02 KB | |
emacs-27.1-Xauthority4server.patch | 0000004957 4.84 KB | |
emacs-27.1-pdftex.patch | 0000003460 3.38 KB | |
emacs-27.1.dif | 0000032496 31.7 KB | |
emacs-27.2-COLORTERM-24bit.patch | 0000001465 1.43 KB | |
emacs-27.2-pdf.tar.xz | 0002017436 1.92 MB | |
emacs-27.2.tar.xz | 0044624480 42.6 MB | |
emacs-27.2.tar.xz.sig | 0000000473 473 Bytes | |
emacs-rpmlintrc | 0000000697 697 Bytes | |
emacs.changes | 0000116770 114 KB | |
emacs.keyring | 0002602079 2.48 MB | |
emacs.sh | 0000003342 3.26 KB | |
emacs.spec | 0000257748 252 KB | |
emacs.test | 0000000490 490 Bytes | |
pdump.patch | 0000000592 592 Bytes | |
sigsegv-stack.patch | 0000001468 1.43 KB | |
site-lisp.tar.bz2 | 0000051767 50.6 KB |
Revision 164 (latest revision is 194)
Dominique Leuenberger (dimstar_suse)
accepted
request 958278
from
Dr. Werner Fink (WernerFink)
(revision 164)
- Drop pkgconfig(gconf-2.0) BuildRequires: is both unneeded and unused. -- ``` From buildlog in develrepo: [ 60s] Does Emacs use -lgconf? no [ 60s] Does Emacs use GSettings? no -- ``` Now one could consider building emacs with gsettings support (both debian and fedora does), but that is out of scope for this change, and left up to maintainer. (forwarded request 953067 from iznogood)
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é