From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Newsgroups: gmane.emacs.help Subject: Re: VHDL projects in emacs Date: Thu, 3 Jul 2008 01:38:58 +0200 Message-ID: <200807030138.58780.juanma_bellon@yahoo.es> References: <977e993e-7988-4b91-9f83-a9ce7dbdda98@i76g2000hsf.googlegroups.com> <000001c8dc5a$5e5a1b30$c2b22382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215041968 13658 80.91.229.12 (2 Jul 2008 23:39:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2008 23:39:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 03 01:40:14 2008 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 1KEBvn-0002PK-65 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jul 2008 01:40:11 +0200 Original-Received: from localhost ([127.0.0.1]:44276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEBuw-0000Au-Gd for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jul 2008 19:39:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KEBug-00009l-Es for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 19:39:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KEBue-00009T-KG for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 19:39:02 -0400 Original-Received: from [199.232.76.173] (port=60860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEBue-00009Q-F2 for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 19:39:00 -0400 Original-Received: from n3.bullet.mail.re3.yahoo.com ([68.142.237.110]:29787) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KEBue-0000b7-6C for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 19:39:00 -0400 Original-Received: from [68.142.237.89] by n3.bullet.mail.re3.yahoo.com with NNFMP; 02 Jul 2008 15:28:33 -0000 Original-Received: from [66.196.97.145] by t5.bullet.re3.yahoo.com with NNFMP; 02 Jul 2008 23:38:59 -0000 Original-Received: from [127.0.0.1] by omp203.mail.re3.yahoo.com with NNFMP; 02 Jul 2008 23:38:59 -0000 X-Yahoo-Newman-Id: 598471.84151.bm@omp203.mail.re3.yahoo.com Original-Received: (qmail 41045 invoked from network); 2 Jul 2008 23:38:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=tP3opkC0hOnVQa5LfJtT5AIlv+rWS8FUgokd52+AgM1OZG3TW7WtFX2eWBhA3+Zlnx7qCOrTpgs343tRqrHWgXBwYglCQdMHqxt7y+QcQkkPeC6i0jKplTuC9m5gn1wRRNU6xK6Zrgg633LJRSlp5keXRgd2GLYsdBWdP3X9yJY= ; Original-Received: from unknown (HELO 062016249200.customer.alfanett.no) (juanma_bellon@62.16.249.200 with plain) by smtp105.plus.mail.re1.yahoo.com with SMTP; 2 Jul 2008 23:38:59 -0000 X-YMail-OSG: O0noYb8VM1m6tArAkzykQvAnqFAJ3iDaopWE0.c31jg6l5YnRrZ4gW7zYcXx5RLKzzLvkxDY8iujRh5dlWClMMznbY5eYfPuxy7hBjYJ_u2yYgaBHXaeIToodgLFwQA- X-Yahoo-Newman-Property: ymail-3 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) In-Reply-To: <000001c8dc5a$5e5a1b30$c2b22382@us.oracle.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) 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:55207 Archived-At: On Wednesday 02 July 2008, Drew Adams wrote: > > 2. Is there possibility to mark column region for copy/cut? > > http://www.emacswiki.org/cgi-bin/wiki/CuaMode > > And see the Emacs manual, node CUA Bindings. Or, using the (real) Emacs rectangle commands, the region is marked as usual (and the highlighted region is not rectangular) but the rectangle commands apply only to the rectangular area defined by mark and point. See: M-x apropos RET rectangle Pozdrawiam / Best regards. -- Juanma