Re: emacs-30.0.92 pretest

2024-11-27 Thread izzy Meyer
On Mon, 4 Nov 2024 12:48:39 +0100 Jeremie Courreges-Anglas wrote: > > While I don't expect huge changes in emacs 30, here's a diff for you > folks to test. The .txt and .jpg in the info/ dir look off, I suspect > they won't end up in the final emacs-30 release build. > > kill-this-buffer isn't

Re: emacs-30.0.92 pretest

2024-11-25 Thread Timo Myyrä
On Mon, Nov 25 2024, Jeremie Courreges-Anglas wrote: > On Mon, Nov 04, 2024 at 12:48:39PM +0100, Jeremie Courreges-Anglas wrote: >> >> While I don't expect huge changes in emacs 30, here's a diff for you >> folks to test. The .txt and .jpg in the info/ dir look off, I suspect >> they won't end u

Re: emacs-30.0.92 pretest

2024-11-25 Thread Jeremie Courreges-Anglas
On Mon, Nov 04, 2024 at 12:48:39PM +0100, Jeremie Courreges-Anglas wrote: > > While I don't expect huge changes in emacs 30, here's a diff for you > folks to test. The .txt and .jpg in the info/ dir look off, I suspect > they won't end up in the final emacs-30 release build. > > kill-this-buffer

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Antoine Jacoutot
Ok. I will look at it. — Antoine > On 3 Aug 2023, at 22:50, Jeremie Courreges-Anglas wrote: > > On Thu, Aug 03 2023, Antoine Jacoutot wrote: >> Couldn’t we use PSEUDO_FLAVORS and MULTI_PACKAGES ? > > We could. But moving the rust bits to another port gives us two simple > ports instead of

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Antoine Jacoutot wrote: > Couldn’t we use PSEUDO_FLAVORS and MULTI_PACKAGES ? We could. But moving the rust bits to another port gives us two simple ports instead of cramming two different build systems in a single port. Also, I'm lazy. :) If someone actually cares and pref

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Antoine Jacoutot
Couldn’t we use PSEUDO_FLAVORS and MULTI_PACKAGES ? — Antoine > On 3 Aug 2023, at 19:04, Jeremie Courreges-Anglas wrote: > > On Thu, Aug 03 2023, Stuart Henderson wrote: >> According to upstream's description the cli should only be needed for >> generating language parsers so shouldn't be nee

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Stuart Henderson wrote: > According to upstream's description the cli should only be needed for > generating language parsers so shouldn't be needed by existing ports. > > If we later find someone needing the cli binary on OpenBSD we can deal > with it then (either as an optio

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Mikhail wrote: > On Wed, Aug 02, 2023 at 08:49:10PM +0200, Jeremie Courreges-Anglas wrote: >> >> So emacs-29.1 introduced a tree-sitter backend to parse source code, >> instead of the traditional bag of ugly regexes. I'd like to add >> tree-sitter as a dep to the emacs port

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Stuart Henderson
On 2023/08/03 18:47, Mikhail wrote: > On Wed, Aug 02, 2023 at 08:49:10PM +0200, Jeremie Courreges-Anglas wrote: > > > > So emacs-29.1 introduced a tree-sitter backend to parse source code, > > instead of the traditional bag of ugly regexes. I'd like to add > > tree-sitter as a dep to the emacs po

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Mikhail
On Wed, Aug 02, 2023 at 08:49:10PM +0200, Jeremie Courreges-Anglas wrote: > > So emacs-29.1 introduced a tree-sitter backend to parse source code, > instead of the traditional bag of ugly regexes. I'd like to add > tree-sitter as a dep to the emacs port but the non-optional rust > dependency is i

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Stuart Henderson
According to upstream's description the cli should only be needed for generating language parsers so shouldn't be needed by existing ports. If we later find someone needing the cli binary on OpenBSD we can deal with it then (either as an optionally built subpackage or a separate port). Ok wit

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Paco Esteban
On August 3, 2023 12:55:22 PM GMT+02:00, Edd Barrett wrote: >On Thu, Aug 03, 2023 at 07:28:44AM +0200, Paco Esteban wrote: >> ok paco. > >I'd say go ahead. We will soon find out if neovim needs it or not. > For what is worth, I tested neovim :TSUpdate and :TSInstall with the patch without is

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Edd Barrett
On Thu, Aug 03, 2023 at 07:28:44AM +0200, Paco Esteban wrote: > ok paco. I'd say go ahead. We will soon find out if neovim needs it or not. -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-02 Thread Paco Esteban
On Wed, 02 Aug 2023, Jeremie Courreges-Anglas wrote: > ... > > Upstream says that "tree-sitter aims to be dependency-free so that the > runtime library (which is written in pure C) can be embedded in any > application. > > I propose to zap the rust build-dependency. Paco, you did the inital > im

Re: emacs crash

2022-11-10 Thread Nam Nguyen
Mikhail writes: > emacs -Q .emacs and emacs -q .emacs also work. This test hints to me that the error is in the .emacs file. Try removing chunks of the .emacs file, testing crash and then restoring the chunk. Repeat this tactic until you come across the suspect chunk. Start by removing this chun

Re: emacs crash

2022-11-09 Thread Mikhail
On Wed, Nov 09, 2022 at 02:47:25PM -0800, Nam Nguyen wrote: > Mikhail writes: > > No crashes are observed when I run "emacs .emacs" outside of tmux. I > > also have old laptop with latest current amd64 and I can't reproduce > > crash there. > > Try moving .tmux.conf out of the way (or post your .t

Re: emacs crash

2022-11-09 Thread Nam Nguyen
Mikhail writes: > then I also can do "emacs .emacs" without problem, but I suspect the > crash has something with synatx coloring xfaces.c in the backtrace looks suspicious to support this theory (perhaps in combination with tmux?). > > ;;(require 'smex) > with > (require 'smex) > > there is als

Re: Emacs patch, tests welcome

2021-07-17 Thread Christian Barthel
On Thu, Jul 15 2021, Nam Nguyen wrote: > Manuel Giraud writes: > >> Hi all, >> >> So here is what I did (on a quite fresh snapshot amd64): >> >>- comment the "Emacs.selectionTimeout: 10" line in my .Xresources >>- build the default gtk3 flavor with this patch >>- M-x org-capture => ask

Re: Emacs patch, tests welcome

2021-07-16 Thread Jeremie Courreges-Anglas
On Fri, Jul 16 2021, Manuel Giraud wrote: > Jeremie Courreges-Anglas writes: > >> On Thu, Jul 15 2021, Manuel Giraud wrote: >>> FWIW, it seems that this patch also solves an issue I had: >>> M-x list-packages used to fail at contacting elpa.gnu.org. >> >> Ouch I think I spotted this one earlier

Re: Emacs patch, tests welcome

2021-07-16 Thread Manuel Giraud
Jeremie Courreges-Anglas writes: > On Thu, Jul 15 2021, Manuel Giraud wrote: >> FWIW, it seems that this patch also solves an issue I had: >> M-x list-packages used to fail at contacting elpa.gnu.org. > > Ouch I think I spotted this one earlier but couldn't pinpoint it. And > indeed I can't rep

Re: Emacs patch, tests welcome

2021-07-15 Thread Nam Nguyen
Manuel Giraud writes: > Hi all, > > So here is what I did (on a quite fresh snapshot amd64): > >- comment the "Emacs.selectionTimeout: 10" line in my .Xresources >- build the default gtk3 flavor with this patch >- M-x org-capture => asks for input instantly Thanks. M-x org-capture wor

Re: Emacs patch, tests welcome

2021-07-15 Thread Jeremie Courreges-Anglas
On Wed, Jul 14 2021, Jeremie Courreges-Anglas wrote: > Since ~4 years I've received reports of emacs hanging in certain > situations, without a good hint about what was wrong. > > https://marc.info/?l=openbsd-ports&m=150996114220295&w=2 > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29170 > >

Re: Emacs patch, tests welcome

2021-07-15 Thread Jeremie Courreges-Anglas
On Thu, Jul 15 2021, Manuel Giraud wrote: > FWIW, it seems that this patch also solves an issue I had: > M-x list-packages used to fail at contacting elpa.gnu.org. Ouch I think I spotted this one earlier but couldn't pinpoint it. And indeed I can't reproduce with CVS head. -- jca | PGP : 0x152

Re: Emacs patch, tests welcome

2021-07-15 Thread Manuel Giraud
FWIW, it seems that this patch also solves an issue I had: M-x list-packages used to fail at contacting elpa.gnu.org. -- Manuel Giraud

Re: Emacs patch, tests welcome

2021-07-15 Thread Mike Belopuhov
On Wed, Jul 14, 2021, 19:48 Jeremie Courreges-Anglas wrote: > > Since ~4 years I've received reports of emacs hanging in certain > situations, without a good hint about what was wrong. > > https://marc.info/?l=openbsd-ports&m=150996114220295&w=2 > https://debbugs.gnu.org/cgi/bugreport.cgi?bug

Re: Emacs patch, tests welcome

2021-07-15 Thread Manuel Giraud
Hi all, So here is what I did (on a quite fresh snapshot amd64): - comment the "Emacs.selectionTimeout: 10" line in my .Xresources - build the default gtk3 flavor with this patch - M-x org-capture => asks for input instantly - Evaluate the following bug report recipe which returns nil

Re: emacs core dump while creating email in notmuch

2020-11-24 Thread Jon Fineman
Stuart Henderson writes: > On 2020/11/24 06:57, Jon Fineman wrote: >> Stuart Henderson writes: >> >> > On 2020/11/24 11:03, Jon Fineman wrote: >> >> Had been running for several days. No idea how to re-create it. I was >> >> creating a new email in notmuch. >> >> >> >> uname -a >> >> OpenBSD

Re: emacs core dump while creating email in notmuch

2020-11-24 Thread Stuart Henderson
On 2020/11/24 06:57, Jon Fineman wrote: > Stuart Henderson writes: > > > On 2020/11/24 11:03, Jon Fineman wrote: > >> Had been running for several days. No idea how to re-create it. I was > >> creating a new email in notmuch. > >> > >> uname -a > >> OpenBSD desktop 6.8 GENERIC.MP#1 amd64 > >>

Re: emacs core dump while creating email in notmuch

2020-11-24 Thread Jon Fineman
Stuart Henderson writes: > On 2020/11/24 11:03, Jon Fineman wrote: >> Had been running for several days. No idea how to re-create it. I was >> creating a new email in notmuch. >> >> uname -a >> OpenBSD desktop 6.8 GENERIC.MP#1 amd64 >> >> In xterm: >> Fatal error 11: Segmentation fault >> Segm

Re: emacs core dump while creating email in notmuch

2020-11-24 Thread Stuart Henderson
On 2020/11/24 11:03, Jon Fineman wrote: > Had been running for several days. No idea how to re-create it. I was > creating a new email in notmuch. > > uname -a > OpenBSD desktop 6.8 GENERIC.MP#1 amd64 > > In xterm: > Fatal error 11: Segmentation fault > Segmentation fault (core dumped) > Do y

Re: emacs-27.1

2020-08-23 Thread Jeremie Courreges-Anglas
On Sat, Aug 22 2020, Nam Nguyen wrote: > Jeremie Courreges-Anglas writes: > >> emacs-27.1 was released earlier than I expected, thanks Ken for the >> heads-up. >> >> This is good news. As mentioned in >> https://marc.info/?l=openbsd-ports&m=159380829911290&w=2 emacs now uses >> a "portable dumper

Re: emacs-27.1

2020-08-22 Thread Nam Nguyen
Jeremie Courreges-Anglas writes: > emacs-27.1 was released earlier than I expected, thanks Ken for the > heads-up. > > This is good news. As mentioned in > https://marc.info/?l=openbsd-ports&m=159380829911290&w=2 emacs now uses > a "portable dumper" that doesn't involve games with ELF layout and

Re: emacs-27.1

2020-08-15 Thread Kenneth R Westerback
On Fri, Aug 14, 2020 at 02:14:07PM +0200, Jeremie Courreges-Anglas wrote: > > emacs-27.1 was released earlier than I expected, thanks Ken for the > heads-up. > > This is good news. As mentioned in > https://marc.info/?l=openbsd-ports&m=159380829911290&w=2 emacs now uses > a "portable dumper" tha

Re: emacs-gtk3, macppc, OpenBSD66: runtime error

2020-01-10 Thread Jeremie Courreges-Anglas
On Thu, Jan 09 2020, Stuart Henderson wrote: > On 2020/01/08 11:32, Jeremie Courreges-Anglas wrote: >> >> +cc rsadowski@ >> >> On Wed, Jan 08 2020, Jeremie Courreges-Anglas wrote: >> > On Tue, Jan 07 2020, Stuart Henderson wrote: >> >> On 2020/01/08 00:45, Pekka Niiranen wrote: >> >>> Hello, >

Re: emacs-gtk3, macppc, OpenBSD66: runtime error

2020-01-09 Thread Stuart Henderson
On 2020/01/08 11:32, Jeremie Courreges-Anglas wrote: > > +cc rsadowski@ > > On Wed, Jan 08 2020, Jeremie Courreges-Anglas wrote: > > On Tue, Jan 07 2020, Stuart Henderson wrote: > >> On 2020/01/08 00:45, Pekka Niiranen wrote: > >>> Hello, > >>> > >>> Has anybody else got this error: > >>> > >

Re: emacs-gtk3, macppc, OpenBSD66: runtime error

2020-01-08 Thread Jeremie Courreges-Anglas
+cc rsadowski@ On Wed, Jan 08 2020, Jeremie Courreges-Anglas wrote: > On Tue, Jan 07 2020, Stuart Henderson wrote: >> On 2020/01/08 00:45, Pekka Niiranen wrote: >>> Hello, >>> >>> Has anybody else got this error: >>> >>> When I start emacs-gtk3 -package from X on PowerBook G4 (5,7) >>> I get

Re: emacs-gtk3, macppc, OpenBSD66: runtime error

2020-01-08 Thread Jeremie Courreges-Anglas
On Tue, Jan 07 2020, Stuart Henderson wrote: > On 2020/01/08 00:45, Pekka Niiranen wrote: >> Hello, >> >> Has anybody else got this error: >> >> When I start emacs-gtk3 -package from X on PowerBook G4 (5,7) >> I get error >> >> root@pekkappc:~ # emacs >> emacs:/usr/local/lib/libestdc++.so.19.0:

Re: emacs-gtk3, macppc, OpenBSD66: runtime error

2020-01-07 Thread Stuart Henderson
On 2020/01/08 00:45, Pekka Niiranen wrote: > Hello, > > Has anybody else got this error: > > When I start emacs-gtk3 -package from X on PowerBook G4 (5,7) > I get error > > root@pekkappc:~ # emacs > emacs:/usr/local/lib/libestdc++.so.19.0: /usr/lib/libstdc++.so.57.0 : > WARNING: symbol(_ZNSt6loc

Re: Emacs 25.3p0-gtk3 pkg missing dependencies (amd64)

2018-07-08 Thread Jeremie Courreges-Anglas
On Sun, Jul 08 2018, John Long wrote: > On Sun, 2018-07-08 at 18:49 +0200, Jeremie Courreges-Anglas wrote: >> Hi John, emacs port maintainer here, >> >> On Sun, Jul 08 2018, John Long wrote: >> > emacs-25.3p0-gtk3 GNU editor: extensible, customizable, self- >> > documenting >> > Gtk-Message: F

Re: Emacs 25.3p0-gtk3 pkg missing dependencies (amd64)

2018-07-08 Thread John Long
On Sun, 2018-07-08 at 18:49 +0200, Jeremie Courreges-Anglas wrote: > Hi John, emacs port maintainer here, > > On Sun, Jul 08 2018, John Long wrote: > > emacs-25.3p0-gtk3 GNU editor: extensible, customizable, self- > > documenting > > Gtk-Message: Failed to load module "canberra-gtk-module" > >

Re: Emacs 25.3p0-gtk3 pkg missing dependencies (amd64)

2018-07-08 Thread Jeremie Courreges-Anglas
Hi John, emacs port maintainer here, On Sun, Jul 08 2018, John Long wrote: > emacs-25.3p0-gtk3 GNU editor: extensible, customizable, self-documenting > Gtk-Message: Failed to load module "canberra-gtk-module" > Gtk-Message: Failed to load module "pk-gtk-module" > Gtk-Message: Failed to load

Re: emacs-25.1 dups core - libc.so.89.3

2017-03-23 Thread Theo de Raadt
We are aware of this. There is a diff being tested in snapshots. Please install a newer snapshot, and carry on. Would like to know if you find more issues like this. >After recent upgrade emacs started to misbehave ;-) >To reproduce: 'M-x list-packages RET' >It seam to be working ok with libc.so

Re: emacs-25.1.90 pretest: tests wanted

2016-12-08 Thread Landry Breuil
On Wed, Dec 07, 2016 at 11:22:08PM +0100, Jeremie Courreges-Anglas wrote: > > Hi, > > some good news from the Emacs front. > > Since glibc removed "private" stuff that was used for emacs, the > direction is now towards using more portable techniques: > - emacs-25.2 will use system malloc(3) (exc

Re: emacs-25.1.90 pretest: tests wanted

2016-12-08 Thread Grégoire Jadi
On 12/08/16 01:05, Jeremie Courreges-Anglas wrote: > Jeremie Courreges-Anglas writes: > >> Hi, >> >> some good news from the Emacs front. >> >> Since glibc removed "private" stuff that was used for emacs, the >> direction is now towards using more portable techniques: >> - emacs-25.2 will use sys

Re: emacs-25.1.90 pretest: tests wanted

2016-12-07 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Hi, > > some good news from the Emacs front. > > Since glibc removed "private" stuff that was used for emacs, the > direction is now towards using more portable techniques: > - emacs-25.2 will use system malloc(3) (except for the "unexec" step) > - emacs-26.1 wi

Re: emacs-25.1 test reports on sparc64

2016-10-13 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Aaron Bieber writes: > >> On Thu, Sep 29, 2016 at 07:51:46AM -0600, Aaron Bieber wrote: >>> On Tue, Sep 27, 2016 at 06:46:06PM +0200, Jeremie Courreges-Anglas wrote: >>> > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: >>> > >>> > > Announce: >>> > > http

emacs-25.1 test reports on sparc64 (was: re: emacs-25.1)

2016-10-03 Thread Jeremie Courreges-Anglas
Aaron Bieber writes: > On Thu, Sep 29, 2016 at 07:51:46AM -0600, Aaron Bieber wrote: >> On Tue, Sep 27, 2016 at 06:46:06PM +0200, Jeremie Courreges-Anglas wrote: >> > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: >> > >> > > Announce: >> > > http://lists.gnu.org/archive/html/emacs-devel/20

Re: emacs-25.1

2016-09-30 Thread Aaron Bieber
On Thu, Sep 29, 2016 at 07:51:46AM -0600, Aaron Bieber wrote: > On Tue, Sep 27, 2016 at 06:46:06PM +0200, Jeremie Courreges-Anglas wrote: > > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > > > > > Announce: > > > http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html > > > NEWS

Re: emacs-25.1

2016-09-29 Thread Aaron Bieber
On Tue, Sep 27, 2016 at 06:46:06PM +0200, Jeremie Courreges-Anglas wrote: > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > > > Announce: > > http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html > > NEWS file: https://www.gnu.org/software/emacs/news/NEWS.25.1 > > There is now

Re: emacs-25.1

2016-09-28 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > >> Announce: http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html >> NEWS file: https://www.gnu.org/software/emacs/news/NEWS.25.1 >> There is now support for filesystem notifications support via

Re: emacs-25.1

2016-09-28 Thread Manuel Giraud
Jeremie Courreges-Anglas writes: > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > >> Announce: http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html >> NEWS file: https://www.gnu.org/software/emacs/news/NEWS.25.1 >> There is now support for filesystem notifications support via

Re: emacs-25.1

2016-09-27 Thread Jeremie Courreges-Anglas
j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > Announce: http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html > NEWS file: https://www.gnu.org/software/emacs/news/NEWS.25.1 > There is now support for filesystem notifications support via kqueue. I forgot to mention that this u

Re: emacs on powerpc with relro

2016-08-10 Thread Jeremie Courreges-Anglas
editors/emacs maintainer here, Philip Guenther writes: > emacs on powerpc no longer needs to be built with --bss-plt, so the final > one-line 'case' in editors/emacs/patches/patch-configure that currently > adds it can be removed. I've uploaded the emacs-24.5p5-no_x11.tgz I built > and that

Re: emacs-25.0.91 (pretest)

2016-02-15 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2016/02/15 13:05, Jérémie Courrèges-Anglas wrote: >> If someone knows what the hell the alien C syntax in >> patches/patch-src_fns_c is about, cluebat welcome. > > it's C99: > > https://en.wikipedia.org/wiki/Restrict I've heard about restrict, but I had indeed never

Re: emacs-25.0.91 (pretest)

2016-02-15 Thread Stuart Henderson
On 2016/02/15 13:05, Jérémie Courrèges-Anglas wrote: > If someone knows what the hell the alien C syntax in > patches/patch-src_fns_c is about, cluebat welcome. it's C99: https://en.wikipedia.org/wiki/Restrict

Re: emacs-24.5 update

2015-04-12 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: >> >>> Hi, >>> >>> for those interested in the next Emacs update. >>> >>> Pretest announce: >>> https://lists.gnu.org/archive/html/ema

Re: emacs-24.5 RC3

2015-04-05 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> Hi, >> >> for those interested in the next Emacs update. >> >> Pretest announce: >> https://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00184.html >> >> emacs-24.5 schedule: >>

Re: emacs-24.5 RC1

2015-03-31 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Hi, > > for those interested in the next Emacs update. > > Pretest announce: > https://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00184.html > > emacs-24.5 schedule: > https://lists.gnu.org/archive/html/emacs-devel/2015-03/msg0060

Re: emacs and emacs21 handling

2014-11-01 Thread Jérémie Courrèges-Anglas
Aaron writes: > On Sun, Oct 26, 2014 at 2:01 PM, Jérémie Courrèges-Anglas > wrote: [...] >> I'm unsure about those: >> >> inputmethods/anthy,-main|editors/emacs21|||editors/emacs21|B >> inputmethods/anthy,-emacs|editors/emacs21|||editors/emacs21|B >> math/gnuplot|editors/emacs21|||editor

Re: emacs and emacs21 handling

2014-10-31 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2014/10/27 22:05, patrick keshishian wrote: >> >> Fwiw, whenever I build gnuplot from ports, I remove the emacs >> dependency and the .el and .elc files. >> >> I'm not sure what they are for, and I've not missed them. > > The .el files that we install in gnuplot ar

Re: emacs and emacs21 handling

2014-10-28 Thread Jérémie Courrèges-Anglas
Aaron writes: > On Sun, Oct 26, 2014 at 2:01 PM, Jérémie Courrèges-Anglas > wrote: [...] >> I'm unsure about those: >> >> inputmethods/anthy,-main|editors/emacs21|||editors/emacs21|B >> inputmethods/anthy,-emacs|editors/emacs21|||editors/emacs21|B >> math/gnuplot|editors/emacs21|||editor

Re: emacs and emacs21 handling

2014-10-28 Thread Aaron
On Sun, Oct 26, 2014 at 2:01 PM, Jérémie Courrèges-Anglas wrote: > > So the idea was to deconflict those two ports, to be able to use both > during bulk builds. Several ports are waiting for this as they depend > on newer emacs releases. > > I had sent patches to rename the conflicting files in e

Re: emacs and emacs21 handling

2014-10-28 Thread Stuart Henderson
On 2014/10/27 22:05, patrick keshishian wrote: > > Fwiw, whenever I build gnuplot from ports, I remove the emacs > dependency and the .el and .elc files. > > I'm not sure what they are for, and I've not missed them. The .el files that we install in gnuplot are just docs (a syntax reminder, by th

Re: emacs and emacs21 handling

2014-10-27 Thread patrick keshishian
On 10/26/14, Jérémie Courrèges-Anglas wrote: > > So the idea was to deconflict those two ports, to be able to use both > during bulk builds. Several ports are waiting for this as they depend > on newer emacs releases. > > I had sent patches to rename the conflicting files in emacs21, but it > tur

Re: emacs and emacs21 handling

2014-10-27 Thread YASUOKA Masahiko
Hi, On Sun, 26 Oct 2014 21:01:07 +0100 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > I'm unsure about those: > > inputmethods/anthy,-main|editors/emacs21|||editors/emacs21|B > inputmethods/anthy,-emacs|editors/emacs21|||editors/emacs21|B > math/gnuplot|editors/emacs21|||editors/emacs2

Re: emacs and emacs21 handling

2014-10-26 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > So the idea was to deconflict those two ports, to be able to use both > during bulk builds. Several ports are waiting for this as they depend > on newer emacs releases. > > I had sent patches to rename the conflicting files in emacs21, but it >

Re: emacs and emacs21 handling

2014-10-26 Thread Nicholas Fleisher
For auctex: the most recent version is now distributed via ELPA, which is included in Emacs 24, which in turn makes the print/auctex port unnecessary for anybody using Emacs 24. (I've been happily using it that way for quite some time now) On Sun, Oct 26, 2014 at 3:01 PM, Jérémie Courrèges-Anglas

Re: emacs athena flavor improvements

2014-01-09 Thread Stuart Henderson
On 2014/01/09 13:04, Mike Belopuhov wrote: > On 9 January 2014 12:54, Marc Espie wrote: > > On Thu, Jan 09, 2014 at 10:46:49AM +0100, Mike Belopuhov wrote: > >> Hi, > >> > >> To speed things up i'm using the following Makefile instead > >> of the ports one to build my emacs. > >> > >> http://gir.t

Re: emacs athena flavor improvements

2014-01-09 Thread Mike Belopuhov
On 9 January 2014 13:00, Jérémie Courrèges-Anglas wrote: > Marc Espie writes: > >> On Thu, Jan 09, 2014 at 10:46:49AM +0100, Mike Belopuhov wrote: >>> Hi, >>> >>> To speed things up i'm using the following Makefile instead >>> of the ports one to build my emacs. >>> >>> http://gir.theapt.org/~mik

Re: emacs athena flavor improvements

2014-01-09 Thread Jérémie Courrèges-Anglas
Marc Espie writes: > On Thu, Jan 09, 2014 at 10:46:49AM +0100, Mike Belopuhov wrote: >> Hi, >> >> To speed things up i'm using the following Makefile instead >> of the ports one to build my emacs. >> >> http://gir.theapt.org/~mike/Makefile.athena (attached as well) >> >> Please note that I do

Re: emacs athena flavor improvements

2014-01-09 Thread Mike Belopuhov
On 9 January 2014 12:54, Marc Espie wrote: > On Thu, Jan 09, 2014 at 10:46:49AM +0100, Mike Belopuhov wrote: >> Hi, >> >> To speed things up i'm using the following Makefile instead >> of the ports one to build my emacs. >> >> http://gir.theapt.org/~mike/Makefile.athena (attached as well) >> >> P

Re: emacs athena flavor improvements

2014-01-09 Thread Marc Espie
On Thu, Jan 09, 2014 at 10:46:49AM +0100, Mike Belopuhov wrote: > Hi, > > To speed things up i'm using the following Makefile instead > of the ports one to build my emacs. > > http://gir.theapt.org/~mike/Makefile.athena (attached as well) > > Please note that I don't use GNUS, therefore gnutls

Re: emacs athena flavor improvements

2014-01-09 Thread Mike Belopuhov
On Thu, Jan 09, 2014 at 10:46 +0100, Mike Belopuhov wrote: > Hi, > > To speed things up i'm using the following Makefile instead > of the ports one to build my emacs. > > http://gir.theapt.org/~mike/Makefile.athena (attached as well) > > Please note that I don't use GNUS, therefore gnutls gets

Re: emacs no_x11: less deps

2014-01-08 Thread Vadim Zhukov
2014/1/9 Jérémie Courrèges-Anglas : > > Better version thanks to sthen. I didn't want to add another PFRAG and > include it manually, but some !%%var%% plist magic does it for free. > I already got sthen's ok for the previous version so I plan to commit > this tomorrow. > > BTW emacs-24.4 should b

Re: emacs no_x11: less deps

2014-01-08 Thread Antoine Jacoutot
On Wed, Jan 08, 2014 at 11:16:20PM +0100, Jérémie Courrèges-Anglas wrote: > > Better version thanks to sthen. I didn't want to add another PFRAG and > include it manually, but some !%%var%% plist magic does it for free. > I already got sthen's ok for the previous version so I plan to commit > thi

Re: emacs no_x11: less deps

2014-01-08 Thread Jérémie Courrèges-Anglas
Better version thanks to sthen. I didn't want to add another PFRAG and include it manually, but some !%%var%% plist magic does it for free. I already got sthen's ok for the previous version so I plan to commit this tomorrow. BTW emacs-24.4 should be out soon, I can publish some pre-pre-release t

Re: emacs no_x11: less deps

2014-01-08 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> Antoine Jacoutot writes: >> >>> On Sun, Jan 05, 2014 at 01:16:22AM +0100, Jérémie Courrèges-Anglas wrote: Hi, The emacs.desktop and emacs icon files shipped by the va

Re: emacs no_x11: less deps

2014-01-04 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Antoine Jacoutot writes: > >> On Sun, Jan 05, 2014 at 01:16:22AM +0100, Jérémie Courrèges-Anglas wrote: >>> >>> Hi, >>> >>> The emacs.desktop and emacs icon files shipped by the various emacs-24.3 >>> flavors aren't useful for the no_x11 flav

Re: emacs no_x11: less deps

2014-01-04 Thread Jérémie Courrèges-Anglas
Antoine Jacoutot writes: > On Sun, Jan 05, 2014 at 01:16:22AM +0100, Jérémie Courrèges-Anglas wrote: >> >> Hi, >> >> The emacs.desktop and emacs icon files shipped by the various emacs-24.3 >> flavors aren't useful for the no_x11 flavor, so I'd rather drop the >> run-deps on desktop-file-utils

Re: emacs no_x11: less deps

2014-01-04 Thread Antoine Jacoutot
On Sun, Jan 05, 2014 at 01:16:22AM +0100, Jérémie Courrèges-Anglas wrote: > > Hi, > > The emacs.desktop and emacs icon files shipped by the various emacs-24.3 > flavors aren't useful for the no_x11 flavor, so I'd rather drop the > run-deps on desktop-file-utils and guic for the no_x11 case. > >

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Stuart Henderson
On 2013/01/30 23:47, Matthieu Herrb wrote: > On Wed, Jan 30, 2013 at 09:07:55PM +, Stuart Henderson wrote: > > On 2013/01/30 21:15, Matthieu Herrb wrote: > > > On Wed, Jan 30, 2013 at 07:50:56PM +, Stuart Henderson wrote: > > > > > > > > Ok so this needs some more, at least for the default

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Matthieu Herrb
On Wed, Jan 30, 2013 at 09:07:55PM +, Stuart Henderson wrote: > On 2013/01/30 21:15, Matthieu Herrb wrote: > > On Wed, Jan 30, 2013 at 07:50:56PM +, Stuart Henderson wrote: > > > > > > Ok so this needs some more, at least for the default flavour. > > > > > > cc -c -I/usr/local/include -I

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Matthieu Herrb
On Wed, Jan 30, 2013 at 07:50:56PM +, Stuart Henderson wrote: > > Ok so this needs some more, at least for the default flavour. > > cc -c -I/usr/local/include -I/usr/local/include/libpng -Demacs > -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/usr/ports/pobj/emacs-21.4/emacs-21.4/src > -I/usr/X

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Stuart Henderson
On 2013/01/30 12:54, Stuart Henderson wrote: > In gmane.os.openbsd.misc, futzen wrote: > > I have managed to install OpenBSD 5.2 on my DEC VaxStation 4000 Model 90 but > > to my surprise have not found a binary for Emacs (any version) for the VAX > > architecture. As best as I can tell I do not se

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Stuart Henderson
In gmane.os.openbsd.misc, futzen wrote: > I have managed to install OpenBSD 5.2 on my DEC VaxStation 4000 Model 90 but > to my surprise have not found a binary for Emacs (any version) for the VAX > architecture. As best as I can tell I do not see it in the ports collection > either. > > Has anybod

Re: Emacs 24.2.90 (pretest port)

2013-01-21 Thread Jérémie Courrèges-Anglas
jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Hi, > > just in case someone is interested, here is an update for the pretest > Emacs tarball that got published saturday. Builds and works fine so > far on i386 and macppc. Btw, upstream rc is now at 24.2.92, VERSION is the only tweak nee

Re: Emacs 24.2.90 (pretest port)

2012-12-05 Thread Jérémie Courrèges-Anglas
I got no feedback on this, does it mean everything runs smoothly? -- Jérémie Courrèges-Anglas GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494

Re: Emacs 24.2.90 (pretest port)

2012-11-26 Thread Jérémie Courrèges-Anglas
jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: [...] > - one glitch in the athena flavor, for some reason > port-lib-depends-check says: > > Extra: GL.13 Xext.12 cairo.12 expat.10 iconv.6 intl.6 xcb-render.0 > Extra: xcb-shm.0 xcb.2 z.4 > > which is obviously wrong. Probably an error

Re: Emacs 24.2

2012-10-26 Thread Matthieu Herrb
On Fri, Oct 26, 2012 at 03:59:24PM +0200, Jérémie Courrèges-Anglas wrote: > Whether you use explicitely use dbus or not (as in, linking in > src/dbusbind.c) doesn't matter if you want to use a graphical flavor > (such as gtk3). Even without GSettings or Gconf. For example, with > > ./configure --

Re: Emacs 24.2

2012-10-26 Thread Jérémie Courrèges-Anglas
Matthieu Herrb writes: > On Thu, Oct 25, 2012 at 12:55:26PM +0100, Stuart Henderson wrote: >> On 2012/10/25 11:03, Jérémie Courrèges-Anglas wrote: >> > > Hi porters, >> > > >> > > what about getting this in? >> > >> > ping >> > >> > I can take over maintainership if that's a problem. >> >> Wel

Re: Emacs 24.2

2012-10-25 Thread John Long
On Thu, Oct 25, 2012 at 02:06:04PM +0200, Matthieu Herrb wrote: > On Thu, Oct 25, 2012 at 12:55:26PM +0100, Stuart Henderson wrote: > > On 2012/10/25 11:03, J?r?mie Courr?ges-Anglas wrote: > > > > Hi porters, > > > > > > > > what about getting this in? > > > > > > ping > > > > > > I can take over

Re: Emacs 24.2

2012-10-25 Thread Matthieu Herrb
On Thu, Oct 25, 2012 at 12:55:26PM +0100, Stuart Henderson wrote: > On 2012/10/25 11:03, Jérémie Courrèges-Anglas wrote: > > > Hi porters, > > > > > > what about getting this in? > > > > ping > > > > I can take over maintainership if that's a problem. > > Well, the dbus problem mikeb@ ran into n

Re: Emacs 24.2

2012-10-25 Thread Stuart Henderson
On 2012/10/25 11:03, Jérémie Courrèges-Anglas wrote: > > Hi porters, > > > > what about getting this in? > > ping > > I can take over maintainership if that's a problem. Well, the dbus problem mikeb@ ran into needs to be handled in some way, it ought to degrade gracefully if a dbus session isn't

Re: Emacs 24.2

2012-10-25 Thread Jérémie Courrèges-Anglas
> Hi porters, > > what about getting this in? ping I can take over maintainership if that's a problem. Regards, -- Jérémie Courrèges-Anglas GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494 pgpa7vTxRmnta.pgp Description: PGP signature

Re: Emacs 24.2

2012-10-10 Thread Jérémie Courrèges-Anglas
Hi porters, what about getting this in? -- Jérémie Courrèges-Anglas GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494 pgpfKyBEcMdLL.pgp Description: PGP signature

Re: Emacs 24.2

2012-10-01 Thread Mike Belopuhov
On Mon, Oct 1, 2012 at 4:05 PM, Mike Belopuhov wrote: > On Mon, Oct 1, 2012 at 3:20 PM, Mike Belopuhov wrote: >> On Mon, Oct 1, 2012 at 12:19 PM, Mike Belopuhov wrote: >>> On Tue, Sep 4, 2012 at 2:56 PM, Manuel Giraud wrote: jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: >

Re: Emacs 24.2

2012-10-01 Thread Mike Belopuhov
On Mon, Oct 1, 2012 at 3:20 PM, Mike Belopuhov wrote: > On Mon, Oct 1, 2012 at 12:19 PM, Mike Belopuhov wrote: >> On Tue, Sep 4, 2012 at 2:56 PM, Manuel Giraud wrote: >>> jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: >>> I'm running the no_x11 flavor on i386 since a few hours, with

Re: Emacs 24.2

2012-10-01 Thread Mike Belopuhov
On Mon, Oct 1, 2012 at 12:19 PM, Mike Belopuhov wrote: > On Tue, Sep 4, 2012 at 2:56 PM, Manuel Giraud wrote: >> jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: >> >>> I'm running the no_x11 flavor on i386 since a few hours, without >>> a problem. The gtk3 and (default) gtk2 flavors are b

Re: Emacs 24.2

2012-10-01 Thread Mike Belopuhov
On Mon, Oct 1, 2012 at 12:19 PM, Mike Belopuhov wrote: > On Tue, Sep 4, 2012 at 2:56 PM, Manuel Giraud wrote: >> jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: >> >>> I'm running the no_x11 flavor on i386 since a few hours, without >>> a problem. The gtk3 and (default) gtk2 flavors are b

Re: Emacs 24.2

2012-10-01 Thread Mike Belopuhov
On Tue, Sep 4, 2012 at 2:56 PM, Manuel Giraud wrote: > jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> I'm running the no_x11 flavor on i386 since a few hours, without >> a problem. The gtk3 and (default) gtk2 flavors are building fine, >> athena is on the way, but please do test them

  1   2   >