From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Bock Newsgroups: gmane.emacs.help Subject: Continuation of comments in f90-mode with auto-fill Date: Wed, 14 Jan 2015 12:39:18 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1421242956 19845 80.91.229.3 (14 Jan 2015 13:42:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2015 13:42:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 14 14:42:28 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YBODH-00025M-Vf for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2015 14:42:24 +0100 Original-Received: from localhost ([::1]:46272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBODH-0002jw-62 for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2015 08:42:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBNEG-0003vG-Dy for help-gnu-emacs@gnu.org; Wed, 14 Jan 2015 07:39:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBNEF-0005za-ME for help-gnu-emacs@gnu.org; Wed, 14 Jan 2015 07:39:20 -0500 Original-Received: from mail-ig0-x232.google.com ([2607:f8b0:4001:c05::232]:45598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBNEF-0005zV-H1 for help-gnu-emacs@gnu.org; Wed, 14 Jan 2015 07:39:19 -0500 Original-Received: by mail-ig0-f178.google.com with SMTP id b16so8502734igk.5 for ; Wed, 14 Jan 2015 04:39:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=uoEwrckkJGvpNfetaarvhJqaTIfrNZJAs6g2doabEFQ=; b=EKb1AnOKCNEs39XYPwmxVClgitmPy9yaC2fq365SW0QfY2qGUxuXEJHySXWATa70ye SP/yDLAPme58AOjKFbJX5BPIbZhd8oI7Bk/n3BwQNf8tIiwL06xL0itAWVBt/9Zo0TEo f/0jm9PBZlvSHypG68PRI2AAayju9vnmbsYMt/PNBUyEnoQMkd6NVk6t4D+HC0kIW0/h nQKoTRkQDDv8VVnRTs0FWBb9DBNM0sW3EMlWAXO8LSAZrGlWHx3ygngC11VMXffMdtNF oqV6OyL5ZaQDp1sNAsoIGk9cZd+i0AM9lPMN/bDQEvJb9iPE7xhG0dxeayqrT3cLF4nX zuTQ== X-Received: by 10.107.134.25 with SMTP id i25mr3635099iod.53.1421239158643; Wed, 14 Jan 2015 04:39:18 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::232 X-Mailman-Approved-At: Wed, 14 Jan 2015 08:42:12 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102065 Archived-At: Hi, When in f90-mode with auto-fill-mode, emacs continues a comment by indenting the new line and inserting a single '!' character at the beginning. How do I change this string, say to "!! "? Thanks already, nick