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 | |
check-build.sh | 0000000592 592 Bytes | |
dot.gnu-emacs | 0000019065 18.6 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 | 0000001130 1.1 KB | |
emacs-24.4-flyspell.patch | 0000001830 1.79 KB | |
emacs-24.4-glibc.patch | 0000000553 553 Bytes | |
emacs-24.4-nonvoid.patch | 0000000482 482 Bytes | |
emacs-24.4-ps-bdf.patch | 0000001529 1.49 KB | |
emacs-25.1-custom-fonts.patch | 0000002374 2.32 KB | |
emacs-25.2-ImageMagick7.patch | 0000001922 1.88 KB | |
emacs-26.1-xft4x11.patch | 0000001043 1.02 KB | |
emacs-27.1-Xauthority4server.patch | 0000005440 5.31 KB | |
emacs-27.1-pdftex.patch | 0000003481 3.4 KB | |
emacs-29.1.dif | 0000031636 30.9 KB | |
emacs-29.2-pdf.tar.xz | 0002032896 1.94 MB | |
emacs-29.2.tar.xz | 0052162080 49.7 MB | |
emacs-29.2.tar.xz.sig | 0000000833 833 Bytes | |
emacs-rpmlintrc | 0000000685 685 Bytes | |
emacs.changes | 0000126101 123 KB | |
emacs.keyring | 0000010680 10.4 KB | |
emacs.sh | 0000004180 4.08 KB | |
emacs.spec | 0000273375 267 KB | |
emacs.test | 0000000490 490 Bytes | |
macros.emacs | 0000000211 211 Bytes | |
pdump.patch | 0000000999 999 Bytes | |
site-lisp.tar.bz2 | 0000052003 50.8 KB |
Revision 182 (latest revision is 194)
Ana Guerrero (anag+factory)
accepted
request 1143577
from
Dr. Werner Fink (WernerFink)
(revision 182)
- Update to GNU Emacs version 29.2 * Startup Changes in Emacs 29.2 On GNU/Linux, Emacs is now the default application for 'org-protocol'. Org mode provides a way to quickly capture bookmarks, notes, and links using 'emacsclient': emacsclient "org-protocol://store-link?url=URL&title=TITLE" * This is a bug-fix release with no new features. * Changes in Specialized Modes and Packages in Emacs 29.2 - Tramp New user option 'tramp-show-ad-hoc-proxies'. When non-nil, ad-hoc definitions are kept in remote file names instead of showing the shortcuts. * Incompatible Lisp Changes in Emacs 29.2 'with-sqlite-transaction' rolls back changes if its BODY fails. If the BODY of the macro signals an error, or committing the results of the transaction fails, the changes will now be rolled back. - Port patches mainly by correcting hunk offsets * emacs-24.1-ps-mule.patch * emacs-24.4-ps-bdf.patch * emacs-25.2-ImageMagick7.patch * emacs-27.1-Xauthority4server.patch * emacs-27.1-pdftex.patch * emacs-29.1.dif * pdump.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é