real update - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
aol.neighborhood.nj.jerseycity 1809
lucky.freebsd.amd64 136
comp.lang.fortran 135
alt.magick 133
perl.cpan.testers 132
alt.nuke.the.usa 129
alt.philosophy 126
microsoft.public.outlook 115
comp.lang.forth 89
uk.transport.london 78
Last week most active authors
No posts for a week
Last active threads
A decent forth compiler
Started samsaga2 · Date: Jul 24, 2008 10:08 · 38 post(s)
ANN: News from Synjeco
Started Daniel Schneider · Date: Oct 27, 2007 08:16 · 2 post(s)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Started Ed Reingold · Date: Dec 8, 2006 04:55 · 1 post(s)
Calendar hack: Displaying ISO weeks, update for emacs 22
Started Alf-Ivar Holm · Date: Dec 1, 2006 05:53 · 13 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: A decent forth compiler
Group: comp.lang.forth · Group Profile · Search for real update in comp.lang.forth
Author: Josh Grams
Date: Jul 25, 2008 05:48

...somewhere of what remains to be done before a release, or anything like that? According to a message from Anton on the mailing list, you've been planning 0.7 since May of 2006, and the ToDo file in the CVS head hasn't had a real update since March of 2003. --Josh
Show full article (1.06Kb)
ANN: News from Synjeco
Group: alt.pl.fajka · Group Profile · Search for real update in alt.pl.fajka
Author: Daniel Schneider
Date: Oct 27, 2007 08:16

...big flue, so that I couldn't work out all orders. From Monday everything will be again regular. Time again for a new update, which will not be a real update rather than an announcement! Dunhill Tobaccos: Our wholesaler told us, that unfortunately the import of all Dunhill tobaccos will be stopped to Switzerland. For this reason we ...
Show full article (1.11Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Ed Reingold
Date: Dec 8, 2006 04:55

> It sounds like we should systematically replace such code with something more robust. It could use two variables, calendar-first-visible-month and calendar-last-visible-month, to indicate the range that is visible. Yes, something like that; but it is not always that simple; I used that example because it came from code that the poster has modifed for his use.
Show full article (0.38Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Alf-Ivar Holm
Date: Dec 8, 2006 03:10

reingold@emr.cs.iit.edu (Edward M. Reingold) writes: reingold@emr.cs.iit.edu (Edward M. Reingold) writes: How do you know that the holidays are correct when the calendar has more than 3 months? Do you have a way to check, say, the dates of lunar phases, Easter, Chinese New Year, Yom Kippur, Islamic New Year, solstices/equinoxes? You will see SOME holidays (or diary entries) but not all that apply to the months ...
Show full article (1.47Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Richard Stallman
Date: Dec 7, 2006 21:04

The test (if (> displayed-month 5) checks if the center of the 3 month window is beyond May, in which case (as the comment from my code says!) Ash Wednesday, Good Friday, and Easter cannot be visibible because they occur in Feb/Mar/Apr. It sounds like we should systematically replace such code with something more robust. It could use two variables, calendar-first-visible-month and calendar-last-visible-month,...
Show full article (0.62Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Richard Stallman
Date: Dec 7, 2006 13:02

How do you know that the holidays are correct when the calendar has more than 3 months? Do you have a way to check, say, the dates of lunar phases, Easter, Chinese New Year, Yom Kippur, Islamic New Year, solstices/equinoxes? You will see SOME holidays (or diary entries) but not all that apply to the months displayed. One easy way to check is to run the standard calendar code (without this customization) and see if ...
Show full article (0.47Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Edward M. Reingold
Date: Dec 7, 2006 09:48

>>>>> "AH" == Alf-Ivar Holm <affi@csc.no> writes: (defun local-holiday-easter-etc () "List of dates related to Easter in Norway, as visible in calendar window." (if (and (> displayed-month 5)) nil;; Ash Wednesday, Good Friday, and Easter are not visible. This a good example of why the wider window can cause erroneous results. The test (if (> displayed-month 5) checks if the center of the 3 month window ...
Show full article (1.28Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Alf-Ivar Holm
Date: Dec 7, 2006 04:11

reingold@emr.cs.iit.edu (Edward M. Reingold) writes: "AH" == Alf-Ivar Holm <affi@csc.no> writes: I should point out as this is titled a hack and I do not have have a test suite I will not guarantee that it works in all environments, BUT I have used it with extensive diary usage, and with the use of Norwegian names, holidays, and calendar set up without any problems (except for ...
Show full article (4.03Kb)
Re: Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Edward M. Reingold
Date: Dec 6, 2006 13:05

>>>>> "AH" == Alf-Ivar Holm <affi@csc.no> writes: I should point out as this is titled a hack and I do not have have a test suite I will not guarantee that it works in all environments, BUT I have used it with extensive diary usage, and with the use of Norwegian names, holidays, and calendar set up without any problems (except for eventual changes in functions/variables when a new emacs ...
Show full article (1.24Kb)
Calendar hack: Displaying ISO weeks, update for emacs 22, the real update
Group: gnu.emacs.sources · Group Profile · Search for real update in gnu.emacs.sources
Author: Alf-Ivar Holm
Date: Dec 6, 2006 00:47

..., the version I sent were the old one, as I did the fix/update on a different site than the one I'm posting from. Included is the actual update, with the following change: I agree with Kevin Rodgers that facemenu-unlisted-faces is...had a test for that in the not-posted version (that was the actual update): (if (string< emacs-version "22") (add-to-list 'facemenu-unlisted-faces ...)) ...
Show full article (6.51Kb)