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 | 0000008198 8.01 KB | |
dot.gnu-emacs | 0000018517 18.1 KB | |
emacs-22.0.99-nonvoid.patch | 0000000389 389 Bytes | |
emacs-22.0.99-sendmail-path.patch | 0000000564 564 Bytes | |
emacs-22.0.99-x11r7.patch | 0000000895 895 Bytes | |
emacs-22.0.99-xim.patch | 0000000414 414 Bytes | |
emacs-22.2-iconic.patch | 0000000397 397 Bytes | |
emacs-23.1-asian-print.patch | 0000000384 384 Bytes | |
emacs-23.1-bnc628268.patch | 0000002034 1.99 KB | |
emacs-23.1-flyspell.patch | 0000001673 1.63 KB | |
emacs-23.1-glibc.patch | 0000003438 3.36 KB | |
emacs-23.1-ppc64.patch | 0000000717 717 Bytes | |
emacs-23.1-ps-mule.patch | 0000001552 1.52 KB | |
emacs-23.1-rst.patch | 0000003519 3.44 KB | |
emacs-23.2-decl.dif | 0000000283 283 Bytes | |
emacs-23.2-gcc45.dif | 0000008692 8.49 KB | |
emacs-23.2-linkscr.patch | 0000005215 5.09 KB | |
emacs-23.2-ps-bdf.patch | 0000001379 1.35 KB | |
emacs-23.2-s390x.dif | 0000003464 3.38 KB | |
emacs-23.2.dif | 0000047757 46.6 KB | |
emacs-23.2.tar.bz2 | 0038376047 36.6 MB | |
emacs-rpmlintrc | 0000000239 239 Bytes | |
emacs-sparc.diff | 0000000419 419 Bytes | |
emacs.changes | 0000056403 55.1 KB | |
emacs.desktop | 0000000362 362 Bytes | |
emacs.spec | 0000215717 211 KB | |
emacs.test | 0000000490 490 Bytes | |
site-lisp.tar.bz2 | 0000051829 50.6 KB |
Revision 61 (latest revision is 194)
Ruediger Oertel (oertel)
committed
(revision 61)
Autobuild autoformatter for 56544
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é