From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nigel Noldsworth Newsgroups: gmane.emacs.help Subject: adding some intelligence to save Date: Tue, 15 Dec 2009 06:20:22 -0800 (PST) Organization: http://groups.google.com Message-ID: <79c7eece-fc7d-43cf-9193-503efed915b7@s31g2000yqs.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1261099787 26995 80.91.229.12 (18 Dec 2009 01:29:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 01:29:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 18 02:29:40 2009 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 1NLRf2-0003zy-0T for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Dec 2009 02:29:40 +0100 Original-Received: from localhost ([127.0.0.1]:49871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLRf1-0007bH-Ty for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Dec 2009 20:29:39 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!s31g2000yqs.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 84.177.3.68 Original-X-Trace: posting.google.com 1260886822 30874 127.0.0.1 (15 Dec 2009 14:20:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 15 Dec 2009 14:20:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s31g2000yqs.googlegroups.com; posting-host=84.177.3.68; posting-account=UwuB-woAAAD3yj1XvevKYM2HRuz_BnU0 User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.01,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:175584 X-Mailman-Approved-At: Thu, 17 Dec 2009 20:26:20 -0500 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:70717 Archived-At: Hello there, I use emacs for hardware design. Everytime, before I save my work with Ctrl-x-s I do : * beautify the vhdl code with ( Ctrl-c Ctrl-b) * highlight the text in the buffer ( Ctrl-x-h) * untabify it Can anyone tell me how I can automate this into "Ctrl-x-s" please, I'm not a software engineer . Thanks