From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Display inline images patch Date: Wed, 16 Jun 2010 16:29:13 +0200 Message-ID: <87d3vr59vq.fsf@bzg.ath.cx> References: <20100531193031.GH2731@thinkpad.adamsinfoserv.com> <029e01cb07de$79d75380$6d85fa80$@com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOtcE-0006bt-Cs for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 10:29:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOtcD-0001SQ-2F for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 10:29:18 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:39025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOtcC-0001SE-U8 for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 10:29:17 -0400 Received: by wyf28 with SMTP id 28so6262747wyf.0 for ; Wed, 16 Jun 2010 07:29:16 -0700 (PDT) In-Reply-To: (Gregory J. Grubbs's message of "Thu, 10 Jun 2010 17:59:11 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Gregory J. Grubbs" Cc: emacs-orgmode@gnu.org Applied, thanks. gregory@dynapse.com (Gregory J. Grubbs) writes: >> I use org-mode on Windows 7. It seems that the regexp for image files >> excludes the ":" (colon) character. Could it be added to this: >> "[-+./_0-9a-zA-Z]+" >> to make this >> "[-+./:_0-9a-zA-Z]+" >> ? >> > > I use a regexp for image files that adds characters often found in > Windows paths, as shown in the following patch in function > org-toggle-inline-images: -- Bastien