From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: org-element-at-point fails in programming-modes Date: Thu, 21 Aug 2014 22:35:31 +0200 Message-ID: <87oavdvawc.fsf@gmail.com> References: <87zjez9xqc.fsf@gmail.com> <87vbpn9x6u.fsf@gmail.com> <878umhvcdo.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKZ5R-00024n-AZ for emacs-orgmode@gnu.org; Thu, 21 Aug 2014 16:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKZ5K-00033X-Vw for emacs-orgmode@gnu.org; Thu, 21 Aug 2014 16:35:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:58117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKZ5K-000317-Pi for emacs-orgmode@gnu.org; Thu, 21 Aug 2014 16:35:50 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XKZ5I-0007u5-2Y for emacs-orgmode@gnu.org; Thu, 21 Aug 2014 22:35:48 +0200 Received: from e178191169.adsl.alicedsl.de ([85.178.191.169]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Aug 2014 22:35:48 +0200 Received: from tjolitz by e178191169.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Aug 2014 22:35:48 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus writes: Hi Rasmus, > Thorsten Jolitz writes: > >> As a side-remark, I did send these blocks with emptly lines between them, >> and when I look at my post in gmane the format looks alright, however >> when I open it in gnus the empty lines are gone and it looks like this: > > Do you by any chance have `gnus-article-strip-all-blank-lines' (W E A > from summary) in your `gnus-article-mode-hook' or, more dangerously, > in your `nnmail-prepare-incoming-hook'? No: ,----[ C-h v gnus-article-mode-hook RET ] | gnus-article-mode-hook is a variable defined in `gnus-art.el'. | Its value is nil `---- ,----[ C-h v nnmail-prepare-incoming-hook RET ] | nnmail-prepare-incoming-hook is a variable defined in `nnmail.el'. | Its value is nil `---- and not all blank lines are stripped, only those between consecutive src-blocks. > I have had terrible things happen when I applied "washing" > automatically. Gnus is a complex beast and I want to just *use* (not debug/fix/hack...) it, so I don't do any fancy things, I just press 'g' quite often. It worked flawlessly for a long time, but now I have some minor issues (HTML washing does not work anymore, empty lines between src-blocks are eaten), and since yesterday even a major issue: access to my gmail accounts via gnus denied -> cannot open server (while it works via the web UI) ;-( -- cheers, Thorsten