Gnu Emacs

Edit Package emacs

"Eight Megs And Constantly Swapping"

Refresh
Refresh
Source Files (show unmerged sources)
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 0000002357 2.3 KB
emacs-25.2-ImageMagick7.patch 0000001922 1.88 KB
emacs-26.1-xft4x11.patch 0000001043 1.02 KB
emacs-27.1-Xauthority4server.patch 0000005543 5.41 KB
emacs-27.1-pdftex.patch 0000003481 3.4 KB
emacs-29.1.dif 0000031636 30.9 KB
emacs-29.3-pdf.tar.xz 0002032896 1.94 MB
emacs-29.3.tar.xz 0052203168 49.8 MB
emacs-29.3.tar.xz.sig 0000000833 833 Bytes
emacs-rpmlintrc 0000000685 685 Bytes
emacs.changes 0000127765 125 KB
emacs.keyring 0000010680 10.4 KB
emacs.sh 0000004180 4.08 KB
emacs.spec 0000273381 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
Latest Revision
buildservice-autocommit accepted request 1166776 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 391)
baserev update by copy to link target
Comments 43

Maikol Solis's avatar

With 27.1 I get this message when I try to start emacs desired fingerprint: 064a75c503ad2029dae4f4f0f451795521ec88ed472d4af90d830dca9f0a8982 found fingerprint: d175eee5d621820266e4493384b96880b9f3a0bbb75ac7d1f90a38f25cab8590 emacs: could not load dump file "/usr/lib/emacs/27.1/x86_64-suse-linux/emacs.pdmp": not built for this Emacs executable



1st last's avatar

With emacs 27.1 on Leap15.1, fonts only render & display properly if emacs is invoked with "--no-x-resources". This hold true even when contrasting a bare-bones-invocation with "-q" against "-q --no-x-resources": with "-q", fonts render pixely. They render smooth with "-q --no-x-resources". The Leap 15.1 install has no ".Xdefaults" in the user's home dir. This issue has not existed with 26.3.


Peter Münster's avatar

Should be fixed now: https://bugzilla.opensuse.org/show_bug.cgi?id=1175372 Peter


1st last's avatar

Yep. Confirming, that with emacs-27.1-lp151.335.1.x86_64 and on Leap 15.1, fonts render & display properly again without the --no-x-resources switch. Thx guys.


Maikol Solis's avatar

I confirm this behavior with doom-emacs. I filed a bug about it https://github.com/hlissner/doom-emacs/issues/3768


Frank Babenberg's avatar

Is this going to be built with nativecomp? It's a very interesting feature to have.


Soc Virnyl Estela's avatar

Emacs 29.1 is released with a separate wayland module/feature 👀

Please update! I can do it tonight if you aren't free ❤️


fcanlnony Mo's avatar

Is it possible to turn on pgtk option builds?This is a very useful feature for Wayland users.


Björn Bidar's avatar

Without disabling the warnings in PGTK that would break the gtk build when using X11. sed -i 's, pgtk_display_x_warning,// pgtk_display_x_warning,' src/pgtkterm.c



Björn Bidar's avatar

Emacs developers say that sharing the native-lisp binaries between builds that use different configurations e.g. the X11 and GTK build is not advised.

Doing so broke a few months ago in Emacs devel after gnulib was updated. I'm not sure if the gnulib update is relevant but that is the first commit I think which broke packaging on -eln package for all builds broke.

https://mail.gnu.org/archive/html/emacs-devel/2023-08/msg00458.html


Dr. Werner Fink's avatar

Only the emacs build for GTK supports Native Lisp as otherwise the X11 as well as the noX build would triple the numbers of .eln files. And AFAICS the advantage of using Native Lisp isn't that much, maybe as I'm using user systemd serivce which start emacs as daemon.


Björn Bidar's avatar

Turns out I had issues because after building each build distclean cleaned the eln files. This was changed quite recently, before it didn't delete them. I was under the thinking that we could have kept one set of eln files - one package, but that isn't possible. Of course it tripples the amount of files but I think it is useful potentially for all builds - daemon or not.

I need to move them manually before running distclean.

I have a simpler patch for the override the pdmp base per build, do you want to take that?

Also I track some patches of your in git. Are you open to do also do the same for this package? The advantage is that the patches can be shared between my package and yours.

Why is the emacs-27.1-pdftex.patch needed to build the docs for OpenSuSE?



Dr. Werner Fink's avatar

The emacs-27.1-pdftex.patch exists only to build all refcards with the fonts provided by TeXLive

For your pdmp patch ... do you have tested it with all emacs binaries (emacs-nox, emacs-x11, and emacs-gtk) and the wrapper script /usr/bin/emacs .. simply to avoid the desaster reported e.g in bug boo#1214008 (this was a brown paper back indeed :)

Beside this I'm consider to provide also a emacs-pgtk in an own package emacs-wayland for the poor wayland users.


Dr. Werner Fink's avatar

The eln files had to be saved away just like the binaries them selfs ... could be done by make install-eln with a specific DESTDIR


Björn Bidar's avatar

I was thinking of doing so but preventing distclean to cleanup eln files was easier: make distclean HAVE_NATIVE_COMP=no


Björn Bidar's avatar

I noticed that eln files are installed into /usr/lib because, libdir isn't passed to configure. I assume it is because the %configure isn't used.


Dr. Werner Fink's avatar

Latest version now has wayland gtk based binary which is used only for XDG_SESSION_TYPE=wayland ... also all binaries have their own eln native files as I'm now using Björn's pdmp patch ... please test out


Björn Bidar's avatar

It is also possible to use pgtk on X11 if the pgtk_display_x11_warning is removed:

sed -i 's, pgtk_display_x_warning,// pgtk_display_x_warning,' src/pgtkterm.c

PGTK works fine on X11 and has less issues with for example high-dpi screens and lets you use GTK input methods.


Dr. Werner Fink's avatar

In my experience the pgtk seems to ingore my Xresource/Xdefaults entries for emacs ... that is pgtk is white whereas the pure X11 gtk shows my favourite colouring :)


Björn Bidar's avatar

Pgtk uses GSettings instead odf XRessources.


Dr. Werner Fink's avatar

Hmmm ... is there a tool to get the old X server resource database into the GSettings ...

xrdb -query | wc -l
371

Björn Bidar's avatar

I noticed that site-start.el contains various variables and references to out of date informations such as gnus-localdomain. Check Emacs's NEWS.29 for more.

I also wonder if these files should be maintained outside of the tar archive e.g. in a patch.


Dr. Werner Fink's avatar

The tar ball site-lisp.tar.bz2 is a very old source which are the leftovers of more than 25 years of using GNU Emacs which I had collected at university and maintained over the years. If you have suggestions for adding/removing parts you're welcome


Dr. Werner Fink's avatar

Now message-user-fqdn is used


Björn Bidar's avatar

Does Emacs support atspi-2 directly? I greped the Emacs sources, I couldn't find any reference. I think it's more of a GTK feature.


Dr. Werner Fink's avatar

Yep .. .nevertheless for gtk and wayland I'd like to avoid warnings ... btw ... see bug boo#1216040 ... after the change from lib to lib64 spacemacs runs into problems


Björn Bidar's avatar

Which warnings? I see atspi-2 more as a recommend. Since Emacs use atspi-2 during build it should more be a recommend.

I checked the bug, after changing my own emacs package to have the precompiled in lib64 I didn't had any issue. I tested spacemacs no issue there either. I suspect that he had to delete his eln-cache after the change.


Dr. Werner Fink's avatar

Every message seen by normal users causes bugzilla entries ... for spacemacs ... are you using wayland? Means emacs-wayland here


Björn Bidar's avatar

Yes I was using Emacs with the PGTK backend on Wayland or X11 no issue.


dev's avatar

Emacs 29.2 was released on 2024-01-18. When is it expected to be available?


Dr. Werner Fink's avatar

Should be done now


Björn Bidar's avatar

I noticed that the Emacs packaging macros are not picked up on Leap, do you know why? The macros look line to me.


Björn Bidar's avatar

Would it make sense to add Prefer: emacs-nox for the obs so that Emacs package can correctly depend on emacs-devel without depending on emacs-nox directly?


dev's avatar

Emacs 29.3 which addresses some security vulnerabilities has been released. Hoping to see it in TW soon.


dev's avatar

Thank you for the prompt release.


Andre Barros's avatar

Line 610 of emacs.spec: ln -sf ../parking./usr/lib64/emacs/29.1/native-lisp/ .

Should be: ln -sf ../parking./usr/lib64/emacs/29.3/native-lisp/ .

Or better yet: ln -sf ../parking./usr/lib64/emacs/%{version}/native-lisp/ .


Björn Bidar's avatar

Why is Emacs built with ffno-optimize-sibling-calls?


Dr. Werner Fink's avatar

In past I had run onto problems with some gcc versions during byte-compiling some lisp files and as I always recompile all lisp files as a test this option had avoided this crash. This is also mention in emacs-<version>/etc/PROBLEMS where I found this hint. I do not care if this is gcc or emacs code, it has to byte-compiling its lisp files from scratch.


Björn Bidar's avatar

Oh I wasn't aware of the issue. Other distributions don't enable this flag and reading the document makes it look like it should only affect very old GCC's.


Dr. Werner Fink's avatar

No idea if other distribution re-byte-compile all lisp files for a check ... also if I would have a check which gcc version does throw such error before byte-compile lisp file would help. The question rises if the disabled optimize-sibling-calls hurts the real life performance ... sometimes less is more ;)

openSUSE Build Service is sponsored by