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.

281. Re: emacsclient on WXP does not work (as it used to) (score: -7)
Author: HIDDEN
Date: Fri, 31 Oct 2008 14:10:55 +0100
You're right. I'm having a bad day, and it seems I'm not thinking straight. Now the question is, you were getting a "connect" error. How is that related to entering the if()? When I run emacsclient,
/archive/html/emacs-devel/2008-10/msg00923.html (8,009 bytes)

282. Re: emacsclient on WXP does not work (as it used to) (score: -7)
Author: HIDDEN
Date: Fri, 31 Oct 2008 19:08:02 +0530
Hi, I figured it out... I guess. The port is same as pid of the process. I guess I had 2 sessions of emacs running and one in which server was not. The client finds the one without the server running
/archive/html/emacs-devel/2008-10/msg00924.html (8,758 bytes)

283. Re: emacsclient on WXP does not work (as it used to) (score: -7)
Author: HIDDEN
Date: Fri, 31 Oct 2008 19:10:22 +0530
Recipe for reproducing the problem: 1. Start emacs with server 2. Use emacsclient to open a file (with -n option not to wait) 3. Start another emacs with server 4. Use emacsclient as in #2 (it will o
/archive/html/emacs-devel/2008-10/msg00925.html (9,440 bytes)

284. Re: Emacs cannot dump on GNUstep (score: -7)
Author: HIDDEN
Date: Wed, 12 Nov 2008 15:27:48 -0500
Hi, The previous email is about this problem of Emacs.app not working when dumped under GNUstep. Since I cannot work on this myself at the moment (and failed when I *did* put time into it before), le
/archive/html/emacs-devel/2008-11/msg00384.html (8,172 bytes)

285. Re: files.el: Patch to make project-settings optional/customizable (score: -7)
Author: HIDDEN
Date: Sun, 23 Nov 2008 00:10:06 -0800 (PST)
Or just get rid of the defconst. Let's look at the code in question: (defconst dir-locals-file ".dir-locals.el" "File that contains directory-local variables. It has to be constant to enforce uniform
/archive/html/emacs-devel/2008-11/msg00784.html (10,858 bytes)

286. Re: files.el: Patch to make project-settings optional/customizable (score: -7)
Author: HIDDEN
Date: Sun, 23 Nov 2008 12:45:59 +0200
I can't believe we have this kind of discussion :( All packages with similar functionality have defcustom for the file name. dir-locals.el: (defcustom dir-locals-file-name ".emacs-locals" "File name
/archive/html/emacs-devel/2008-11/msg00789.html (11,255 bytes)

287. Re: files.el: Patch to make project-settings optional/customizable (score: -7)
Author: HIDDEN
Date: Sun, 23 Nov 2008 04:10:14 -0800 (PST)
function. This has been discussed to death, and someone said it very well upthread: "it's broken by design". How was it not a constant before the change? What does that accomplish that the previous c
/archive/html/emacs-devel/2008-11/msg00800.html (10,507 bytes)

288. Re: files.el: Patch to make project-settings optional/customizable (score: -7)
Author: HIDDEN
Date: Sun, 23 Nov 2008 19:06:49 -0800 (PST)
function. Yeah, it could have been avoided by not adding the defconst, which is quite obvious by now that was only added to circumvent the fact that the settings file name should not be changeable by
/archive/html/emacs-devel/2008-11/msg00831.html (9,510 bytes)

289. Re: mode line eol char indication (score: -7)
Author: HIDDEN
Date: Thu, 01 Jan 2009 09:20:09 +0800
Drew Adams wrote: * The non-"nontrivial" eol convention, represented by `:', is presumably what is meant by "usually", that is, a newline char. But a newline eol is also sometimes represented by `(Un
/archive/html/emacs-devel/2008-12/msg01133.html (5,990 bytes)

290. RE: mode line eol char indication (score: -7)
Author: HIDDEN
Date: Wed, 31 Dec 2008 21:44:57 -0800
I meant "trivial", sorry. The doc claims that line endings other than newline are nontrivial. (I think you too meant "trivial" here, for UNIX.) What's trivial for the implementation shouldn't be beh
/archive/html/emacs-devel/2009-01/msg00000.html (8,691 bytes)

291. process-attributes patch (score: -7)
Author: HIDDEN
Date: Tue, 03 Feb 2009 19:13:00 +0900
The attached patch renames "system-process-attributes" to "process-attributes", and adds the ability to use emacs process objects as well as pids: (1) Change the signature of the system-specific syst
/archive/html/emacs-devel/2009-02/msg00180.html (5,739 bytes)

292. Re: process-attributes patch (score: -7)
Author: HIDDEN
Date: Tue, 03 Feb 2009 21:50:08 +0200
How many copies of this function did you add to process.c? It looks like you added only one, while I think you need 2: one each for the These are already documented in the ELisp reference manual, so
/archive/html/emacs-devel/2009-02/msg00215.html (5,141 bytes)

293. Re: Path to make desktop.el remember hi-lock-interactive-patterns (score: -7)
Author: HIDDEN
Date: Tue, 12 May 2009 07:52:34 -0700 (PDT)
It would be cleaner to invoke some function in hi-lock.el rather than going straight into font-lock. Moreover, hi-lock-mode already has a persistence mechanism; why does desktop need to additionally
/archive/html/emacs-devel/2009-05/msg00251.html (5,374 bytes)

294. Re: Path to make desktop.el remember hi-lock-interactive-patterns (score: -7)
Author: HIDDEN
Date: Tue, 12 May 2009 22:25:26 +0200
Yes, absolutely. This was more of a reminder of what need to be done. Doesn't they serve very different situations? I could for example save a desktop file for a special problem I am working on. When
/archive/html/emacs-devel/2009-05/msg00260.html (5,659 bytes)

295. Re: please make line-move-visual nil (score: -7)
Author: HIDDEN
Date: Mon, 01 Jun 2009 11:33:01 +0900
I don't think they'll "expect" that, I hope they'll learn from what we tell them, part of which is the traditional emacs key-bindings. That learning is what will be easier if emacs traditional key-bi
/archive/html/emacs-devel/2009-05/msg00651.html (9,132 bytes)

296. Re: please make line-move-visual nil (score: -7)
Author: HIDDEN
Date: Mon, 1 Jun 2009 11:22:09 +0200
I do not think that is true for something that you use as often as those keys.
/archive/html/emacs-devel/2009-06/msg00004.html (6,482 bytes)

297. Re: please make line-move-visual nil (score: -7)
Author: HIDDEN
Date: Mon, 01 Jun 2009 18:54:01 +0900
I suppose an experienced user, like me, who uses both often[*], might be so accustomed to the differences that they would internalize them. Then they'd probably simply be _annoyed_ by the arbitrary d
/archive/html/emacs-devel/2009-06/msg00006.html (7,518 bytes)

298. Re: please make line-move-visual nil (score: -7)
Author: HIDDEN
Date: Mon, 1 Jun 2009 11:59:53 +0200
Is not what you feel here more of a choice? ;-) Confusion is not generally annoying. It can also lead to curiosness. Otherwise people would not be playing games for example. (Did someone notice the n
/archive/html/emacs-devel/2009-06/msg00008.html (7,539 bytes)

299. Re: What is the proper way to set the default font these days? (score: -7)
Author: HIDDEN
Date: Wed, 10 Jun 2009 16:08:07 +0200
2009/6/10 Miles Bader <address@hidden>: Thank you for the straight-forward instructions! However, this was unsuccessful as well. It's not the exact same problem, but it's still off, not displaying th
/archive/html/emacs-devel/2009-06/msg00179.html (9,411 bytes)

300. Re: Switching to bzr: what Emacs developers should know? (score: -7)
Author: HIDDEN
Date: Sun, 09 Aug 2009 04:24:40 +0200
Why? The 2a format speeds up some operations and will be the default format for bzr 2.0 (to be released some weeks from now). A big convenience. If you work with feature branches, having a local mirr
/archive/html/emacs-devel/2009-08/msg00336.html (10,496 bytes)


This search system is powered by Namazu