From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: fill-paragraph broken Date: Thu, 11 Jul 2013 09:11:33 +0200 Message-ID: <87fvvla7ve.fsf@gmail.com> References: <87ip0klz7u.fsf@gmail.com> <87k3kzlema.fsf@gmail.com> <87sizma9bs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxB29-0004MI-DB for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 03:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxB28-00027u-K8 for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 03:11:21 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:32854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxB28-00027j-EP for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 03:11:20 -0400 Received: by mail-we0-f179.google.com with SMTP id w59so6592908wes.38 for ; Thu, 11 Jul 2013 00:11:19 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Wed, 10 Jul 2013 12:42:52 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > C-M-j in a comment also seems to work now. I doubt it does. > However, there is just one small bug: at the end of a line, it inserts > a # on the next line, in the comment or outside of it depending on > whether it is the last line. "newcomment.el" doesn't provide any variable or hook to provide our own function in this area. A possible workaround would be to write our function anyway and bind it to M-j in Org keymap. I'm not sure it's worth it. Regards, -- Nicolas Goaziou