From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 08 20:16:35 2010 Received: (at submit) by debbugs.gnu.org; 9 Feb 2010 01:16:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NeeiR-0004qL-Bp for submit@debbugs.gnu.org; Mon, 08 Feb 2010 20:16:35 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NeeKk-0004by-FG for submit@debbugs.gnu.org; Mon, 08 Feb 2010 19:52:19 -0500 Received: from mx10.gnu.org ([199.232.76.166]:60954) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NeeKg-0003sm-Lv for submit@debbugs.gnu.org; Mon, 08 Feb 2010 19:52:02 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nee2q-0006kp-PY for submit@debbugs.gnu.org; Mon, 08 Feb 2010 19:33:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY,UPPERCASE_25_50 autolearn=unavailable version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:49083) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nee2q-0006kj-K5 for submit@debbugs.gnu.org; Mon, 08 Feb 2010 19:33:36 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nee2q-0004Hk-4q for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2010 19:33:36 -0500 Received: from [199.232.76.173] (port=59863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nee2p-0004H1-IN for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2010 19:33:35 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nee2n-0006kD-14 for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2010 19:33:35 -0500 Received: from jupiter.karme.de ([188.40.75.142]:48818) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nee2m-0006jl-LF for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2010 19:33:32 -0500 Received: from kallisto.karme.de ([188.40.75.179]) by jupiter.karme.de with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Nee2j-0005PS-C3 for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2010 01:33:29 +0100 Received: from karme by kallisto.karme.de with local (Exim 4.71) (envelope-from ) id 1Nee2h-0000nJ-Vs for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2010 01:33:27 +0100 From: karme To: bug-gnu-emacs@gnu.org Subject: 23.1; icalender-export-region fails to recognize times like 0:30 Date: Tue, 09 Feb 2010 01:33:27 +0100 Message-ID: <87hbprnt7s.fsf@kallisto.karme.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 08 Feb 2010 20:16:33 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) example ~/diary file: Feb 9, 2010 0:15-0:30 test Feb 9, 2010 1:00-1:30 test M-x mark-whole-buffer M-x icalender-export-region /tmp/test M-x find-file /tmp/test: BEGIN:VCALENDAR PRODID:-//Emacs//NONSGML icalendar.el//EN VERSION:2.0 BEGIN:VEVENT UID:emacs19312442528474988 DTSTART;VALUE=DATE:20100209 DTEND;VALUE=DATE:20100210 SUMMARY:0:15-0:30 test END:VEVENT BEGIN:VEVENT UID:emacs19312442528481099 DTSTART;VALUE=DATE-TIME:20100209T010000 DTEND;VALUE=DATE-TIME:20100209T013000 SUMMARY:test END:VEVENT END:VCALENDAR Note how the the first entry is different from the second one. The time has not been recognized. In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu) of 2010-01-27 on brahms, modified by Debian configured using `configure '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=no' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: server-mode: t savehist-mode: t iswitchb-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B C-x b d i a RET C-a C-k C-y ESC O A RET ESC O A C-y C-k ESC O A ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O D DEL 0 ESC O C ESC O C ESC O C ESC O C ESC O C ESC O C ESC O D DEL 0 C-a C-x C-s ESC O B ESC O A C-@ ESC O B ESC O B ESC x ESC O A RET ESC O A RET C-x C-f C-a C-k 7 DEL ( t DEL DEL / t TAB t TAB RET ESC < C-@ ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B C-w C-x C-s ESC x r e p TAB o TAB b DEL r t TAB RE T Recent messages: Mark set [2 times] Saving file /home/karme/diary... Wrote /home/karme/diary Mark activated Saving file /tmp/test... Wrote /tmp/test Mark set [2 times] Saving file /tmp/test... Wrote /tmp/test Making completion list... [2 times] From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 10 02:32:14 2010 Received: (at 5549) by debbugs.gnu.org; 10 Feb 2010 07:32:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nf73W-0001W6-8T for submit@debbugs.gnu.org; Wed, 10 Feb 2010 02:32:14 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nf73V-0001Vy-1p for 5549@debbugs.gnu.org; Wed, 10 Feb 2010 02:32:13 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nf73Q-00018Q-Qw; Wed, 10 Feb 2010 02:32:08 -0500 To: karme Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> From: Glenn Morris X-Spook: Vince Foster bomb arrangements mailbomb lynch MILSATCOM X-Ran: MX@DCul"dW'dk"F3+8}MqmbC#L>B,t>Ess:4dkro+}NRd,PK.7`TNlP6x$T"|;]q&3U,)E X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 10 Feb 2010 02:32:08 -0500 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 5549 Cc: ulf jasper , 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) karme wrote: > example ~/diary file: > Feb 9, 2010 0:15-0:30 test > Feb 9, 2010 1:00-1:30 test > > M-x mark-whole-buffer > M-x icalender-export-region /tmp/test > M-x find-file /tmp/test: [first time is not understood] icalendar.el seems to use a slightly odd regexp for times, namely: 0?\\([1-9][0-9]?:[0-9][0-9] This isn't going to match a time like "0:15". Why not just [0-9][0-9]?:[0-9][0-9] ? From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 14:16:37 2010 Received: (at 5549) by debbugs.gnu.org; 11 Feb 2010 19:16:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfeWj-0001li-FD for submit@debbugs.gnu.org; Thu, 11 Feb 2010 14:16:37 -0500 Received: from mo-p05-ob.rzone.de ([81.169.146.181]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfeWh-0001ld-OQ for 5549@debbugs.gnu.org; Thu, 11 Feb 2010 14:16:36 -0500 X-RZG-AUTH: :OWACVUW4a/MW23Dy3JvWYzB9ib5hHLJRJ2XqtRyYWgVkgkqLLeiGkYQYTyZ2/RHy X-RZG-CLASS-ID: mo05 Received: from ubuntulf (p54B0D8CA.dip.t-dialin.net [84.176.216.202]) by post.strato.de (klopstock mo7) (RZmta 22.6) with ESMTP id 6034ecm1BJDcbO ; Thu, 11 Feb 2010 20:16:03 +0100 (MET) From: Ulf Jasper To: Glenn Morris Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> Date: Thu, 11 Feb 2010 20:16:02 +0100 In-Reply-To: (Glenn Morris's message of "Wed, 10 Feb 2010 02:32:08 -0500") Message-ID: <84y6izoa6l.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 5549 Cc: karme , 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Glenn Morris writes: > Why not just [0-9][0-9]?:[0-9][0-9] ? That's probably what I had in mind. I'll fix it the next days. Ulf From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 15 15:25:39 2010 Received: (at 5549) by debbugs.gnu.org; 15 Feb 2010 20:25:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nh7Vi-0007hV-SU for submit@debbugs.gnu.org; Mon, 15 Feb 2010 15:25:39 -0500 Received: from mo-p05-ob.rzone.de ([81.169.146.182]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nh7Vg-0007hF-HF for 5549@debbugs.gnu.org; Mon, 15 Feb 2010 15:25:37 -0500 X-RZG-AUTH: :OWACVUW4a/MW23Dy3JvWYzB9ib5hHLJRJ2XqtRyYWgVkgkqLLeiGkYQZSiZ19Bvy X-RZG-CLASS-ID: mo05 Received: from ubuntulf (p54B0CBC6.dip.t-dialin.net [84.176.203.198]) by post.strato.de (fruni mo2) (RZmta 22.6) with ESMTP id Z015e6m1FJ39zh ; Mon, 15 Feb 2010 21:25:26 +0100 (MET) From: Ulf Jasper To: Glenn Morris Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> Date: Mon, 15 Feb 2010 21:25:24 +0100 In-Reply-To: <84y6izoa6l.fsf@web.de> (Ulf Jasper's message of "Thu, 11 Feb 2010 20:16:02 +0100") Message-ID: <84zl3a456z.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 5549 Cc: karme , 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Fixed. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 15 17:25:27 2010 Received: (at 5549) by debbugs.gnu.org; 15 Feb 2010 22:25:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nh9Nf-0000kU-95 for submit@debbugs.gnu.org; Mon, 15 Feb 2010 17:25:27 -0500 Received: from jupiter.karme.de ([188.40.75.142]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nh9FW-0000eg-BD for 5549@debbugs.gnu.org; Mon, 15 Feb 2010 17:17:03 -0500 Received: from hsi-kbw-095-208-171-082.hsi5.kabel-badenwuerttemberg.de ([95.208.171.82] helo=thialfi.karme.de) by jupiter.karme.de with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Nh9FR-0002iX-Ee; Mon, 15 Feb 2010 23:16:57 +0100 Received: from jens by thialfi.karme.de with local (Exim 4.69) (envelope-from ) id 1Nh9FL-0003Vp-N4; Mon, 15 Feb 2010 23:16:51 +0100 To: Ulf Jasper Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> <84zl3a456z.fsf@web.de> From: karme Date: Mon, 15 Feb 2010 23:16:51 +0100 In-Reply-To: <84zl3a456z.fsf@web.de> (Ulf Jasper's message of "Mon\, 15 Feb 2010 21\:25\:24 +0100") Message-ID: <871vgmp2jw.fsf@thialfi.karme.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Auth: C=DE,O=karme.de,CN=karme@karme.de,EMAIL=karme@karme.de X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 5549 X-Mailman-Approved-At: Mon, 15 Feb 2010 17:25:26 -0500 Cc: Glenn Morris , 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Ulf Jasper writes: > Fixed. thanks! From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 17 20:12:07 2010 Received: (at 5549) by debbugs.gnu.org; 18 Feb 2010 01:12:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nhuw3-00049P-Iq for submit@debbugs.gnu.org; Wed, 17 Feb 2010 20:12:07 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nhuw1-000492-Ef for 5549@debbugs.gnu.org; Wed, 17 Feb 2010 20:12:05 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nhuvx-0003Wo-Hy; Wed, 17 Feb 2010 20:12:01 -0500 To: Ulf Jasper Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> <84zl3a456z.fsf@web.de> From: Glenn Morris X-Spook: crypto anarchy Geraldton Sears Tower cypherpunk Waco, X-Ran: KlO"_/R`,R&r6TQDXX-]K"jGU~;<8c%e9dx4/Cwoc)bP4c X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 17 Feb 2010 20:12:01 -0500 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 5549 Cc: 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) Ulf Jasper wrote: > Fixed. Did you mean to commit something to Emacs trunk here? (AFAICS, you haven't.) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 18 14:09:37 2010 Received: (at 5549) by debbugs.gnu.org; 18 Feb 2010 19:09:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiBkn-0005wu-9b for submit@debbugs.gnu.org; Thu, 18 Feb 2010 14:09:37 -0500 Received: from mo-p05-ob.rzone.de ([81.169.146.181]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiBkh-0005wo-Mv for 5549@debbugs.gnu.org; Thu, 18 Feb 2010 14:09:36 -0500 X-RZG-AUTH: :OWACVUW4a/MW23Dy3JvWYzB9ib5hHLJRJ2XqtRyYWgVkgkqLLeiGkYQaQSZ2/xby X-RZG-CLASS-ID: mo05 Received: from ubuntulf (p54B0EEE1.dip.t-dialin.net [84.176.238.225]) by post.strato.de (fruni mo31) (RZmta 22.6) with ESMTP id e02118m1IHTSH0 ; Thu, 18 Feb 2010 20:08:46 +0100 (MET) From: Ulf Jasper To: Glenn Morris Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> <84zl3a456z.fsf@web.de> Date: Thu, 18 Feb 2010 20:08:44 +0100 In-Reply-To: (Glenn Morris's message of "Wed, 17 Feb 2010 20:12:01 -0500") Message-ID: <84sk8ymkeb.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 5549 Cc: 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Glenn Morris writes: > Ulf Jasper wrote: > >> Fixed. > > Did you mean to commit something to Emacs trunk here? > (AFAICS, you haven't.) Yes, I committed my changes on monday, 2010-02-15. "bzr status" claims that everything is ok. So does vc-dir. However, doing "bzr update" says "Tree is up to date at revision 99387" which seems rather unlikely as i haven't updated since monday. How can I find out, what's wrong here? (BTW I tried to follow the instructions at http://www.emacswiki.org/emacs/BzrForEmacsDevs) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 18 14:45:56 2010 Received: (at 5549) by debbugs.gnu.org; 18 Feb 2010 19:45:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiCJw-0006Py-7R for submit@debbugs.gnu.org; Thu, 18 Feb 2010 14:45:56 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiCJt-0006Pn-Ag for 5549@debbugs.gnu.org; Thu, 18 Feb 2010 14:45:54 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NiCJo-0007rS-Uw; Thu, 18 Feb 2010 14:45:48 -0500 To: Ulf Jasper Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> <84zl3a456z.fsf@web.de> <84sk8ymkeb.fsf@web.de> From: Glenn Morris X-Spook: Waco, Texas Kosovo Ruby Ridge corporate security Maple X-Ran: 5ovBc2F!F[bPc}+[1Nn&L!M~_+E:)mfRs~q6=18^j;E9l_PL3(RCUYee#`Vt"wftq~<4w^ X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 18 Feb 2010 14:45:48 -0500 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 5549 Cc: 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) Ulf Jasper wrote: > Yes, I committed my changes on monday, 2010-02-15. "bzr status" claims > that everything is ok. So does vc-dir. However, doing "bzr update" says > "Tree is up to date at revision 99387" which seems rather unlikely as i > haven't updated since monday. > > How can I find out, what's wrong here? (BTW I tried to follow the > instructions at http://www.emacswiki.org/emacs/BzrForEmacsDevs) It's probably best to ask about this on emacs-devel. (I guess you may have only committed it to a local repository on your machine, and not sent it upstream to the Emacs repository.) From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 14:04:32 2010 Received: (at 5549) by debbugs.gnu.org; 19 Feb 2010 19:04:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiY9Q-000654-7q for submit@debbugs.gnu.org; Fri, 19 Feb 2010 14:04:32 -0500 Received: from mo-p05-ob.rzone.de ([81.169.146.181]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiY9O-00064w-Tz for 5549@debbugs.gnu.org; Fri, 19 Feb 2010 14:04:31 -0500 X-RZG-AUTH: :OWACVUW4a/MW23Dy3JvWYzB9ib5hHLJRJ2XqtRyYWgVkgkqLLeiGkYQZSSZ1+hXy X-RZG-CLASS-ID: mo05 Received: from ubuntulf (p54B0C8B0.dip.t-dialin.net [84.176.200.176]) by post.strato.de (mrclete mo5) (RZmta 22.6) with ESMTP id Y052b1m1JHx14H ; Fri, 19 Feb 2010 20:04:23 +0100 (MET) From: Ulf Jasper To: Glenn Morris Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> <84zl3a456z.fsf@web.de> <84sk8ymkeb.fsf@web.de> Date: Fri, 19 Feb 2010 20:04:21 +0100 In-Reply-To: (Glenn Morris's message of "Thu, 18 Feb 2010 14:45:48 -0500") Message-ID: <84635t59oq.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 5549 Cc: 5549@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Glenn Morris writes: > Ulf Jasper wrote: > >> Yes, I committed my changes on monday, 2010-02-15. "bzr status" claims >> that everything is ok. So does vc-dir. However, doing "bzr update" says >> "Tree is up to date at revision 99387" which seems rather unlikely as i >> haven't updated since monday. >> >> How can I find out, what's wrong here? (BTW I tried to follow the >> instructions at http://www.emacswiki.org/emacs/BzrForEmacsDevs) > > It's probably best to ask about this on emacs-devel. > > (I guess you may have only committed it to a local repository on your > machine, and not sent it upstream to the Emacs repository.) A while ago I noticed that bzr instructions at emacswiki had changed. Something about "notree" was removed or so. When I tried to adjust to that I must have messed up my repository/branch/mirror/whatever. I created a new local repository and now everything is working again. Sorry for the trouble. Now it really should be Fixed From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 19:30:31 2010 Received: (at 5549-done) by debbugs.gnu.org; 20 Feb 2010 00:30:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NidEs-0001Vy-U9 for submit@debbugs.gnu.org; Fri, 19 Feb 2010 19:30:31 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NidEr-0001Vr-9C for 5549-done@debbugs.gnu.org; Fri, 19 Feb 2010 19:30:29 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NidEn-00009P-7P; Fri, 19 Feb 2010 19:30:25 -0500 To: 5549-done@debbugs.gnu.org Subject: Re: bug#5549: 23.1; icalender-export-region fails to recognize times like 0:30 References: <87hbprnt7s.fsf@kallisto.karme.de> <84y6izoa6l.fsf@web.de> <84zl3a456z.fsf@web.de> <84sk8ymkeb.fsf@web.de> <84635t59oq.fsf@web.de> From: Glenn Morris X-Spook: CISU Taiwan Juiliett Class Submarine David John Oates X-Ran: @<9r_I)gb8_&!8O9qf9/(z!G[(3|MR{kAy,RaD2EK)Zo<%.(B),a+Oq*Az8$/kvktgQmPv X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 19 Feb 2010 19:30:25 -0500 In-Reply-To: <84635t59oq.fsf@web.de> (Ulf Jasper's message of "Fri\, 19 Feb 2010 20\:04\:21 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 5549-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) Ulf Jasper wrote: > I created a new local repository and now everything is working > again. Sorry for the trouble. Now it really should be > > Fixed Looks like it, thanks! From unknown Sun Aug 17 04:19:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Mar 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator