From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Possible bugs Date: Sat, 10 Jun 2006 20:59:42 +0200 Message-ID: <0be6f7f5ac4207afd609b06f52bfd248@science.uva.nl> References: <87fyidp59v.fsf@tallis.ilo.ucl.ac.uk> <2021e093ebcb82cf4f6bbadc49e2dc72@science.uva.nl> <87ejxxnfsk.fsf@tallis.ilo.ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fp8gW-00042D-L5 for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 14:59:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fp8gU-00040h-57 for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 14:59:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fp8gT-00040X-Hn for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 14:59:45 -0400 Received: from [194.134.35.146] (helo=smtp06.wanadoo.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fp8on-0003ag-Rr for emacs-orgmode@gnu.org; Sat, 10 Jun 2006 15:08:22 -0400 In-Reply-To: <87ejxxnfsk.fsf@tallis.ilo.ucl.ac.uk> 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: Bastien Cc: emacs-orgmode Hi Bastien, On Jun 10, 2006, at 18:20, Bastien wrote: > Trying to customize org-emphasis-alist to use strike-through > fontification, i've been manually setting this: > > (setq org-emphasis-alist > '(("*" bold "" "") > ("/" italic "" "") > ("_" underline "" "") > ("=" shadow "" "") > ("+" (:strike-through t) "" ""))) I had no idea that this might work, this is great, thanks for pointing this out. I'll fix the customization code to accept this. > >>> * The ?" char acceptable in links, which sometimes produces strange >>> results. > > If someone quotes a link "http://like.this" then the last `"' is > fontified as part of the link. I guess quotes are allowed as parts of a link, so there is no way I could tell, could I? A workaround would be to write "[[http://like.this]]". What does this have to do with the question mark? > >> You should never have both in a buffer, just one is allowed. The >> result of putting both is not well defined. > > Okay. Using both was quite natural to me, and no strange behavior so > far. What "natural" behavior would you have expected by having both? Maybe there is a good way to define what should happen in this case? > >> Any gnus expert around here? I have not idea why and how this might >> happen. > > I'm not a Gnus expert but i'll try to track down this bug further. > I let you know. Thanks. > >> What is an image buffer? I buffer visiting a (for example) .jpg >> file? > > Yes. IMHO org-store-link in such a buffer should only store the > *file*, without inserting the image itself in the link. OK, I will do this. I guess these would be buffers in `image-mode'. - Carsten