emacs-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ Thierry: 1037 ] [ Volpiatto: 972 ]

Total 972 documents matching your query.

1. Re: bug with speedbar (score: -14)
Author: HIDDEN
Date: Fri, 31 Aug 2007 08:37:10 +0200
This affects both the trunk and EMACS_22_BASE. The following patch should fix it: 2007-08-31 Ulrich Mueller <address@hidden> * speedbar.el (speedbar-check-vc, speedbar-frame-mode) (speedbar-frame-re
/archive/html/emacs-devel/2007-08/msg01660.html (7,127 bytes)

2. 23.0.60; choose-completion (was: choose-completion) (score: -14)
Author: HIDDEN
Date: Tue, 18 Dec 2007 12:58:55 +0100
Is 23.0.60 the unicode branch? What is the value of `mule-version'? "5.0 (SAKAKI)" (Emacs trunk) or MULE/6.0 (HANACHIRUSATO) (unicode). I think all up to date Emacs 23 branches should have Gnus 5.13.
/archive/html/emacs-devel/2007-12/msg00854.html (5,455 bytes)

3. Re: 23.0.60; gtk (score: -14)
Author: HIDDEN
Date: Mon, 17 Mar 2008 08:20:31 +0100
Thierry Volpiatto skrev: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the add
/archive/html/emacs-devel/2008-03/msg01852.html (5,277 bytes)

4. eshell pipelines (Was: Re: Optimal emacs shell for coding) (score: -14)
Author: HIDDEN
Date: Wed, 13 Aug 2008 14:21:55 +0200
[For emacs-devel: In gnu.emacs.help there is a discussion about some little eshell, eshell/ls bug. Processes in a pipeline get a TTY for IO (via `start-process'). Quite some programs behave different
/archive/html/emacs-devel/2008-08/msg00559.html (8,786 bytes)

5. Re: desktop.el and his lock file (score: -14)
Author: HIDDEN
Date: Wed, 03 Dec 2008 16:19:11 +0900
It might be better to use the `signal-process' function with signal number 0 -- that will just check to see if the process exists and return an appropriate exit code (0 = exists, -1 = doesn't exist),
/archive/html/emacs-devel/2008-12/msg00153.html (4,884 bytes)

6. "system-process-attributes" function name (score: -14)
Author: HIDDEN
Date: Thu, 04 Dec 2008 12:40:06 +0900
I just noticed this new function (from a msg by Thierry Volpiatto), and wonder -- why the funny prefix "system-"? It seems both misleading (a "system process" is typically one that's running as root,
/archive/html/emacs-devel/2008-12/msg00189.html (4,924 bytes)

7. Re: "system-process-attributes" function name (score: -14)
Author: HIDDEN
Date: Thu, 04 Dec 2008 06:21:25 +0200
Because unfortunately the "process-" prefix is used by many Emacs primitives that only handle Emacs subprocesses, not just any arbitrary process running on the machine. I agree that it is slightly a
/archive/html/emacs-devel/2008-12/msg00190.html (4,891 bytes)

8. Re: eshell manual (score: -14)
Author: HIDDEN
Date: Wed, 28 Jan 2009 03:44:10 +0000
That sounds like a good suggestion. What do the developers think of this? Best, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
/archive/html/emacs-devel/2009-01/msg00820.html (4,963 bytes)

9. Re: map-file-lines (score: -14)
Author: HIDDEN
Date: Tue, 03 Feb 2009 08:06:48 -0600
I like it, and you do several things I should have (e.g. after forward-line check if we've moved at all). I'm not sure about performance either... Thanks Ted
/archive/html/emacs-devel/2009-02/msg00193.html (5,811 bytes)

10. Re: system-process-attributes (score: -14)
Author: HIDDEN
Date: Fri, 27 Feb 2009 12:42:58 +0200
Yes. How is it useful to declare obsolete a function that was never released in any official Emacs version?
/archive/html/emacs-devel/2009-02/msg00874.html (5,047 bytes)

11. Re: system-process-attributes (score: -14)
Author: HIDDEN
Date: Fri, 27 Feb 2009 19:46:54 +0900
The function did not exist in previous versions of emacs, so there should be no need for an alias. -miles -- Vote, v. The instrument and symbol of a freeman's power to make a fool of himself and a wr
/archive/html/emacs-devel/2009-02/msg00876.html (5,096 bytes)

12. Re: system-process-attributes (score: -14)
Author: HIDDEN
Date: Fri, 27 Feb 2009 13:11:26 +0200
People who do that should understand the dangers of using unreleased APIs that, by their very nature, are subject to change without notice.
/archive/html/emacs-devel/2009-02/msg00878.html (5,160 bytes)

13. Re: system-process-attributes (score: -14)
Author: HIDDEN
Date: Fri, 27 Feb 2009 12:23:14 +0100
Such code is called "bleeding edge" for a good reason. ;-) Please don't clutter the released version with unnecessary aliases. Ulrich
/archive/html/emacs-devel/2009-02/msg00879.html (5,165 bytes)

14. Re: show merge info for git vc-log (score: -14)
Author: HIDDEN
Date: Wed, 8 Jul 2009 15:08:18 -0700 (PDT)
included That's not good. To enable this by default, we need to be able to force this flag to work from the command line.
/archive/html/emacs-devel/2009-07/msg00355.html (6,257 bytes)

15. Re: show merge info for git vc-log (score: -14)
Author: HIDDEN
Date: Wed, 08 Jul 2009 20:11:50 -0600
included That's not good. To enable this by default, we need to be able to force this flag to work from the command line. True, but you can enable it conditionally, depending on the exit status of "
/archive/html/emacs-devel/2009-07/msg00370.html (7,008 bytes)

16. Re: show merge info for git vc-log (score: -14)
Author: HIDDEN
Date: Wed, 8 Jul 2009 20:24:20 -0700 (PDT)
included The regexps that do syntax highlighting need to change depending if graphlog is used or not. Adding two versions, or making the regexps cope with too formats just adds complexity. When hg is
/archive/html/emacs-devel/2009-07/msg00374.html (7,060 bytes)

17. Re: eshell-toggle (score: -14)
Author: HIDDEN
Date: Mon, 03 Aug 2009 12:55:09 -0500
Dunno, but I wrote something like this that generalizes to any pair of modes; ghci <-> haskell mode, slime-repl <-> lisp mode, etc. The code is just in my private elisp directory: http://github.com/j
/archive/html/emacs-devel/2009-08/msg00117.html (4,673 bytes)

18. Re: persistent lisp objects (score: -14)
Author: HIDDEN
Date: Fri, 2 Oct 2009 16:55:15 -0400
What would are consequence for this type of output vis a vis GPL? e.g.: ,-- `-- See: (URL `http://www.gnu.org/licenses/gpl-faq.html#WhatCaseIsOutputGPL') Likewise, for the GFDL? This technique's abil
/archive/html/emacs-devel/2009-10/msg00054.html (6,544 bytes)

19. Re: persistent lisp objects (score: -14)
Author: HIDDEN
Date: Tue, 27 Oct 2009 15:18:34 -0500
I think this is worth pursuing, and I've brought it up before. What persistence layer would be good so external databases can be "plugged" in? Ideally it should be able to handle everything from flat
/archive/html/emacs-devel/2009-10/msg00628.html (6,843 bytes)

20. Re: limit the number of log entries displayed by C-x v l (score: -14)
Author: HIDDEN
Date: Thu, 19 Nov 2009 22:59:51 -0800 (PST)
That seems to show a buffer with both the diff and the log. Why is that a good idea? What mode does it use?
/archive/html/emacs-devel/2009-11/msg00785.html (9,420 bytes)


This search system is powered by Namazu