From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: verbatim/code text and line breaks with auto fill mode Date: Fri, 07 Mar 2014 15:50:40 -0500 Message-ID: <87y50l91i7.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WM1jV-0003Q1-HR for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 15:51:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WM1jP-00041k-JH for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 15:51:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:37134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WM1jP-00041V-CS for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 15:50:59 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WM1jL-0000m2-8x for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 21:50:55 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Mar 2014 21:50:55 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Mar 2014 21:50:55 +0100 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 Alan Schmitt writes: > Hello, > > Is there a way to disable line breaks inside verbatim or code text when > using auto fill? For instance, if I type the following: > > This is an example of a long line when some stuff is code: ~1 + 2 + 3 = > 6~. > Untested, but you might be able to do something with auto-fill-inhibit-regexp. Nick