From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: Ways to use Emacs when programming C++ with Visual Studio? Date: Wed, 26 Nov 2014 09:55:44 -0500 Message-ID: References: <87r3xfvmtn.fsf@debian.uxu> <0ec987de-8c9d-4655-8764-9fd805fc134e@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1417013783 28567 80.91.229.3 (26 Nov 2014 14:56:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 14:56:23 +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 Nov 26 15:56:16 2014 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 1Xte0t-0002zU-Ro for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 15:56:15 +0100 Original-Received: from localhost ([::1]:34287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xte0t-0007wy-Ft for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 09:56:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xte0b-0007wl-Qi for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 09:56:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xte0T-0006fW-R2 for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 09:55:57 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xte0T-0006fM-Kv for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 09:55:49 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xte0R-0002dE-0Y for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 15:55:47 +0100 Original-Received: from 32.211.214.204 ([32.211.214.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Nov 2014 15:55:47 +0100 Original-Received: from kgoldman by 32.211.214.204 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Nov 2014 15:55:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 32.211.214.204 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <0ec987de-8c9d-4655-8764-9fd805fc134e@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:101224 Archived-At: On 11/25/2014 6:40 PM, Mike wrote: > > Thanks for letting me know about autorevert. > Besides autorevert, there's also M-x revert-buffer, which does it manually. > So I'd make the changes in Emacs, then I would close every file > window in VS, save all the files open in Emacs, then tell VS to > rebuild everything! Not really much fun, Tools - Options - Documents - Detect when file is changed outside the environment - auto-load changes if saved. I assume that Microsoft added that option so their developers could use emacs. :-)