help-gnu-emacs archive search

Search String: Display: Description: Sort:

Results:

References: [ emacs (Too many documents hit. Ignored) ] [ float: 354 ]

Total 354 documents matching your query.

221. Re: gnus-icalendar errors in emacs 24.5 (score: 9)
Author: HIDDEN
Date: Tue, 23 Feb 2016 11:13:38 +0100
[...] How about this? It's a patch against the emacs-25 branch, I was not able to connect to the gnus git. diff --git a/lisp/gnus/gnus-icalendar.el b/lisp/gnus/gnus-icalendar.el index 4faef06..82a649
/archive/html/help-gnu-emacs/2016-02/msg00329.html (6,814 bytes)

222. Re: gnus-icalendar errors in emacs 24.5 [timezone issue] (score: 9)
Author: HIDDEN
Date: Tue, 23 Feb 2016 16:25:36 +0200
Hello, time handling is never trivial, it seems. When the calendar sender is in a different timezone, the extracted event does not seem to be converted to my timezone. I need more reading and underst
/archive/html/help-gnu-emacs/2016-02/msg00328.html (7,481 bytes)

223. Re: gnus-icalendar errors in emacs 24.5 [FIXED] (score: 9)
Author: HIDDEN
Date: Tue, 23 Feb 2016 12:35:52 +0200
This seems to work as well in 24.5. My proposal broke the dates in the agenda buffer. Now I have a different problem, showing Greek (or other international text I guess) in calendar invitations. I wi
/archive/html/help-gnu-emacs/2016-02/msg00324.html (6,905 bytes)

224. Re: gnus-icalendar errors in emacs 24.5 (score: 9)
Author: HIDDEN
Date: Tue, 23 Feb 2016 21:16:27 +1100
The Gnus git repository is now read-only (and only with anonymous access). Yes, this seems to fix the problem. I'll apply to emacs-25 and push. -- (domestic pets only, the antidote for overdose, milk
/archive/html/help-gnu-emacs/2016-02/msg00323.html (6,375 bytes)

225. Re: gnus-icalendar errors in emacs 24.5 (score: 9)
Author: HIDDEN
Date: Tue, 23 Feb 2016 11:13:55 +0200
Lars, thank you so much. The problem is indeed my Greek locale that causes failure in date-to-time(). I made the following patch -- gnus-icalendar.el.orig 2016-02-23 09:04:49.755027543 +0200 +++ gnus
/archive/html/help-gnu-emacs/2016-02/msg00322.html (8,145 bytes)

226. Re: How to count the number of occurrences of a character in a string? (score: 9)
Author: HIDDEN
Date: Tue, 13 Oct 2015 15:56:57 -0400
Thanks! Now I see some convergence in the results and this was the conclusion, fastest to slowest 1. cl-count 2. Eli's cdr approach 3. My string-match-p approach Code: https://gist.github.com/ab487f6
/archive/html/help-gnu-emacs/2015-10/msg00212.html (10,777 bytes)

227. Re: How to count the number of occurrences of a character in a string? (score: 9)
Author: HIDDEN
Date: Tue, 13 Oct 2015 22:07:10 +0300
Could be a bug in 'benchmark'. Just call float-time before and after, and subtract the values, it should be good enough.
/archive/html/help-gnu-emacs/2015-10/msg00205.html (8,485 bytes)

228. Re: plists, alists, and hashtables (score: 9)
Author: HIDDEN
Date: Wed, 05 Aug 2015 19:24:31 +0200
Why? How would that be good? Seriously, hash-tables have a lot of drawbacks. They use much more memory, they are much slower (on small dictionaries), they are much restrictive on the possible key equ
/archive/html/help-gnu-emacs/2015-08/msg00084.html (15,689 bytes)

229. Re: A more sophisticated (format "%f" ...)? (score: 9)
Author: HIDDEN
Date: Sun, 14 Jun 2015 23:39:40 +0200
The later. -- __Pascal Bourguignon__ http://www.informatimago.com/ “The factory of the future will have only two employees, a man and a dog. The man will be there to feed the dog. The dog will be t
/archive/html/help-gnu-emacs/2015-06/msg00220.html (5,286 bytes)

230. A more sophisticated (format "%f" ...)? (score: 9)
Author: HIDDEN
Date: Sun, 14 Jun 2015 21:10:12 +0200
Hi all, I need to format a float so that I get /at most/ 2 decimal digits after point /and/ at most 5 characters altogether. For instance, 2 -> 2 2.34567 -> 2.35 123.456 -> 123.5 123456 -> XXXXX (sin
/archive/html/help-gnu-emacs/2015-06/msg00216.html (4,646 bytes)

231. Re: Minibuffer tray to display current time and date (score: 9)
Author: HIDDEN
Date: Tue, 12 May 2015 13:34:20 +0200
​ Thanks for this remark, Stefan. I've modified the code and it looks ​now ​ as follows: (setq-default minibuffer-line-format `((:eval (let ((string (concat (propertize (format-time-string "%Y.
/archive/html/help-gnu-emacs/2015-05/msg00292.html (9,344 bytes)

232. Re: hooks, again (score: 9)
Author: HIDDEN
Date: Wed, 06 May 2015 21:17:29 +0200
Yes, but only once. This never presented a problem and I think it won't since in my case all this relates to programming mode hooks and not the more complicated ones that supposedly would glue togeth
/archive/html/help-gnu-emacs/2015-05/msg00121.html (9,925 bytes)

233. Re: Minibuffer tray to display current time and date (score: 9)
Author: HIDDEN
Date: Wed, 06 May 2015 08:49:12 -0400
If you look at the documentation for the display property, and more specifically for the `space' specifications, you'll see that the HPOS element can be of the form: EXPR ::= NUM | (NUM) | UNIT | EL
/archive/html/help-gnu-emacs/2015-05/msg00118.html (7,284 bytes)

234. Re: Minibuffer tray to display current time and date (score: 9)
Author: HIDDEN
Date: Sun, 26 Apr 2015 17:52:36 +0200
I'd expected that a first argument of t for run-at-time would take care of that. From the Elisp doc: "-- Command: run-at-time time repeat function &rest args [...] In most cases, REPEAT has no effect
/archive/html/help-gnu-emacs/2015-04/msg00532.html (9,456 bytes)

235. Re: describe-mode "some-mode"? (score: 9)
Author: HIDDEN
Date: Mon, 01 Sep 2014 00:27:53 +0200
Yes, which is good. But I believe many should be part of vanilla Emacs, especially those that do things that can be considered atomic or very general. Best example I can think of, and one I have ment
/archive/html/help-gnu-emacs/2014-08/msg00485.html (11,246 bytes)

236. How do I get the window height in lines, taking in account line-spacing? (score: 9)
Author: HIDDEN
Date: Mon, 04 Aug 2014 16:11:49 +0400
I can see two ways to obtain the number of visible lines: 1. (window-body-height) - this doesn't take line-spacing into account. Furthermore, (/ (window-body-height) (1+ line-spacing)) doesn't seem t
/archive/html/help-gnu-emacs/2014-08/msg00026.html (6,958 bytes)

237. Re: Caps Lock affects Ctrl+keys (score: 9)
Author: HIDDEN
Date: Tue, 21 Jan 2014 03:10:56 +0100
Just thought of one thing, there is a caps-mode.el, written by a man on this list, which is great, because it gives you caps lock functionality, but *buffer local* (and thus obviously contained to Em
/archive/html/help-gnu-emacs/2014-01/msg00300.html (7,841 bytes)

238. Re: why not "stripes" in: (let ((zebra 'stripes) ... ; strings vs symbols? (score: 9)
Author: HIDDEN
Date: Sat, 04 Jan 2014 00:47:28 +0100
For sure, if anyone actually did that, just plain with no automatizing or preprocessing, it would be grotesque. But let's think about how Lisp processing is often illustrated, not as an endless list
/archive/html/help-gnu-emacs/2014-01/msg00021.html (9,713 bytes)

239. Re: why not "stripes" in: (let ((zebra 'stripes) ... ; strings vs symbols? (score: 9)
Author: HIDDEN
Date: Fri, 3 Jan 2014 12:00:05 +0700
You could but it becomes unwieldy pretty soon. One does not simply tell programmers “instead of literal 1, you have to write '('integer 1)”. You also incur run-time tests at each use. In C++, we
/archive/html/help-gnu-emacs/2014-01/msg00011.html (8,910 bytes)

240. Re: why not "stripes" in: (let ((zebra 'stripes) ... ; strings vs symbols? (score: 9)
Author: HIDDEN
Date: Thu, 02 Jan 2014 15:31:21 +0100
Yes, if you recall, I mentioned the possibility of solving that with a macro. Although I couldn't do it (I never did any macros, perhaps I should), I suspected it was possible and it is impressive th
/archive/html/help-gnu-emacs/2014-01/msg00009.html (9,042 bytes)


This search system is powered by Namazu