From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Emacs for VHDL editing Date: Wed, 25 Apr 2007 17:07:16 +0200 Message-ID: <0C3EBEA3-6226-4EF6-84B1-943CA14B162A@Web.DE> References: <2HIXh.59784$aB1.19725@fe3.news.blueyonder.co.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177513688 5913 80.91.229.12 (25 Apr 2007 15:08:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2007 15:08:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "mans" <(myname_here)_123456@yahoo.com> Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 25 17:07:53 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hgj5t-0000Ux-4V for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Apr 2007 17:07:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgjBW-0000tK-61 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Apr 2007 11:13:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgjBG-0000rQ-D9 for help-gnu-emacs@gnu.org; Wed, 25 Apr 2007 11:13:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgjBE-0000qM-EV for help-gnu-emacs@gnu.org; Wed, 25 Apr 2007 11:13:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgjBE-0000q8-5b for help-gnu-emacs@gnu.org; Wed, 25 Apr 2007 11:13:16 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hgj5a-0003q8-BL for help-gnu-emacs@gnu.org; Wed, 25 Apr 2007 11:07:26 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id BE46E76F5698; Wed, 25 Apr 2007 17:07:24 +0200 (CEST) Original-Received: from [62.134.226.107] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1Hgj5Y-0002Gd-00; Wed, 25 Apr 2007 17:07:24 +0200 In-Reply-To: <2HIXh.59784$aB1.19725@fe3.news.blueyonder.co.uk> X-Priority: 3 X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX191RuJLbxHJO1M4awkdt8sxu0/ObwC87P19TpIy uRP2MA8TX5p9QqI5HAnlFT7AAdYrQt+mxsC65SOV5gbIa8SypR nVhNp0OnSaizGPqe9AIA== X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43174 Archived-At: Am 25.04.2007 um 13:27 schrieb mans: > What is this ^M and how I can beatify VHDL codes when there is ^M > at the end > of lines? Specify the file's encoding precisely by adding a -dos or such. For example, list-coding-systems might list: iso-8859-15-mac iso-8859-15-dos iso-8859-15-unix iso-8859-15 M-x describe-coding-system RET can describe your recent situation. Based on this you can optimise your situation. With (prefer-coding-system ') you can set one or more general preferences in ~/.emacs, in auto-mode- alist you can set another preference particular for the file type specified. -- Greetings Pete "Isn't vi that text editor with two modes... one that beeps and one that corrupts your file?" -- Dan Jacobson, on comp.os.linux.advocacy