emacs-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ straight: 998 ] [ package (Too many documents hit. Ignored) ]

Total 998 documents matching your query.

341. Re: Emacs and Gnome Canvas (was: Emacs, QT and Cairo) (score: -7)
Author: HIDDEN
Date: Thu, 15 Jul 2010 21:41:18 +0300
Hi, EZ> To answer that, we need someone with good knowledge of both the EZ> requirements of the Emacs display engine and of the features and EZ> possibilities of the Gnome Canvas library. Do we have
/archive/html/emacs-devel/2010-07/msg00804.html (8,924 bytes)

342. Re: Question about the initials completion-style (score: -7)
Author: HIDDEN
Date: Thu, 22 Jul 2010 17:10:00 +0200
Wow, that's some pretty easy, straight-forward code. ;-) It looks to me that I could copy the `completion-pcm-all-completions' function and add a FILTER for deleting the entries consisting of too man
/archive/html/emacs-devel/2010-07/msg01058.html (6,971 bytes)

343. Re: vc-mode-line (score: -7)
Author: HIDDEN
Date: Thu, 05 Aug 2010 15:39:09 +0900
I don't find that persuasive. Before I scrolled to see this part I was already thinking "=" is unmodified, "*" is fine for modified since that's what it means for buffers. If you think that the Emacs
/archive/html/emacs-devel/2010-08/msg00219.html (6,522 bytes)

344. Re: vc-mode-line (score: -7)
Author: HIDDEN
Date: Thu, 05 Aug 2010 18:20:47 +0200
Is something like (if (char-displayable-p ?≠) "≠" "#") going to work reliably? However, I am not sure I consider it appropriate since equality is not the same as being unmodified. -- David Kastru
/archive/html/emacs-devel/2010-08/msg00234.html (7,069 bytes)

345. Re: remove select emulation in sysdep.c (score: -7)
Author: HIDDEN
Date: Mon, 09 Aug 2010 20:35:49 +0300
Just to set the record straight: The MS-DOS build has its own version of `select', see msdos.c:sys_select. I guess by "does not need it" you meant that the DOS build does not support networking and
/archive/html/emacs-devel/2010-08/msg00425.html (4,595 bytes)

346. Re: `about-emacs' - what about the revno? (score: -7)
Author: HIDDEN
Date: Tue, 31 Aug 2010 00:45:04 +0200
So for what we use the revision information? How it helps to know which was the last commit from trunk included on a build? What's the use case? AFAIU the info is for knowing the source code used for
/archive/html/emacs-devel/2010-08/msg01384.html (7,041 bytes)

347. Re: `about-emacs' - what about the revno? (score: -7)
Author: HIDDEN
Date: Tue, 31 Aug 2010 10:22:32 +0200
It relates his code to the one in our repository, i.e. to something about which we know something. When he reports a bug that's supposedly been fixed recently, we can know whether his report is beca
/archive/html/emacs-devel/2010-08/msg01410.html (7,291 bytes)

348. Re: Changes to emacs-23 branch and the trunk (score: -7)
Author: HIDDEN
Date: Tue, 31 Aug 2010 10:43:18 +0200
That looks right, yes, except for a missing "bzr merge ../work" before the last commit. Yes. Indeed. Note that the steps you describe above are the normal steps to do a merge (except they go through
/archive/html/emacs-devel/2010-08/msg01411.html (7,178 bytes)

349. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 22:17:42 +0200
Sure. Compiling to native code will probably yield some benefits, but I think we tend to overestimate the benefits. To take a random example from code I just wrote (part of `gnus-range-nconcat'), whi
/archive/html/emacs-devel/2010-09/msg00614.html (7,527 bytes)

350. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 14:55:01 -0600
Actually, in this case it might be faster, since there are special opcodes like Bcar, Bcons, Bsetcar, etc. Whether it is "faster enough" is hard to guess; lexbind comes into play because with lexbin
/archive/html/emacs-devel/2010-09/msg00617.html (7,648 bytes)

351. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 22:00:50 +0100
I know. I could get my old sources of generational garbage collector, to work. However it is a daunting job (the worse I could imagine, garbage collectors are nasty), plugging and debugging a new gar
/archive/html/emacs-devel/2010-09/msg00618.html (8,019 bytes)

352. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 15:16:55 -0600
It is always ok to ask for help. The current collector is very simple to understand. If you read alloc.c, and look through the data structures representing lisp objects (in lisp.h), you will have a
/archive/html/emacs-devel/2010-09/msg00620.html (9,163 bytes)

353. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 22:29:35 +0100
Thanks, I will keep in mind it. It's open already :). Yep, we would need barriers for the second heap. For young heap it is OK to just scan it. Maybe that work should be actually done even without th
/archive/html/emacs-devel/2010-09/msg00621.html (10,576 bytes)

354. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 23:37:50 +0100
Yes, I am aware about impreciseness of this. Currently I may not think about this for some other unrelated reasons as well... If you could point me out with the tools you used for this job, I would b
/archive/html/emacs-devel/2010-09/msg00623.html (11,765 bytes)

355. Re: Compiling Elisp to a native code with a GCC plugin (score: -7)
Author: HIDDEN
Date: Tue, 14 Sep 2010 16:13:53 -0700
I've only loosely followed this thread so its possible I'm off the mark (in which case - sorry) but, i'm pretty sure it might be helpful to remark about a variant of what I guess Tromey is suggesting
/archive/html/emacs-devel/2010-09/msg00626.html (11,212 bytes)

356. Re: e and pi (score: -7)
Author: HIDDEN
Date: Sun, 19 Sep 2010 21:13:33 +0200
[...] Oh -- oops. Thanks for setting me straight. Regards - -- tomás --BEGIN PGP SIGNATURE-- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFMlmDdBcgs9XrR2kYRAn2DAJ4hOU9u8E5elh/f5WVUs8PV+IA51ACeMyp6 Mt7QRq
/archive/html/emacs-devel/2010-09/msg00962.html (6,731 bytes)

357. Re: long-standing set-up errors on upgrade (elimination of x cut buffers) (score: -7)
Author: HIDDEN
Date: Mon, 20 Sep 2010 09:24:28 -0700
On Sep 19, 2010, at 3:39 PM, Joe Brenner wrote: (Of late, the gnus emacs team seems to be having trouble with the idea of stable interfaces.) I don't think any of these have anything to do with gnus,
/archive/html/emacs-devel/2010-09/msg01006.html (8,422 bytes)

358. Re: Cleanup of byte-compiled files missing? (score: -7)
Author: HIDDEN
Date: Sat, 02 Oct 2010 14:59:42 -0400
I don't think it matters. It ought to be impossible to get there via SIGINT except in batch mode, and if somehow Emacs does get there, it's going to exit anyway, so it's just a question of if it goes
/archive/html/emacs-devel/2010-10/msg00126.html (5,741 bytes)

359. Re: Cleanup of byte-compiled files missing? (score: -7)
Author: HIDDEN
Date: Sat, 02 Oct 2010 21:55:10 +0200
Why bother reasoning about that? It's just one more flag to test, and in a place where speed hardly matters at all.
/archive/html/emacs-devel/2010-10/msg00130.html (6,035 bytes)

360. RE: `set-variable' should use :set (score: -7)
Author: HIDDEN
Date: Fri, 22 Oct 2010 06:40:20 -0700
Oh, fun. The first of those URLs claims that as a verb it is (only) transitive ("You obsoleted the bike"). The second of those claims that as a verb it is (only) intransitive ("You obsoleted, but th
/archive/html/emacs-devel/2010-10/msg00858.html (9,770 bytes)


This search system is powered by Namazu