From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mflynn@scu.edu Newsgroups: gmane.emacs.help Subject: Re: Ways to use Emacs when programming C++ with Visual Studio? Date: Wed, 26 Nov 2014 13:54:23 -0800 (PST) Message-ID: <8dd9d79f-57c5-40f7-bde9-4bf77e6ecd83@googlegroups.com> 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=ISO-8859-1 X-Trace: ger.gmane.org 1417038927 21771 80.91.229.3 (26 Nov 2014 21:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 21:55:27 +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 22:55:21 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 1XtkYS-0005y2-1z for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 22:55:20 +0100 Original-Received: from localhost ([::1]:36208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtkYR-0008El-Io for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 16:55:19 -0500 X-Received: by 10.236.231.180 with SMTP id l50mr34271751yhq.4.1417038864347; Wed, 26 Nov 2014 13:54:24 -0800 (PST) X-Received: by 10.50.55.70 with SMTP id q6mr302731igp.11.1417038864199; Wed, 26 Nov 2014 13:54:24 -0800 (PST) Original-Path: usenet.stanford.edu!w8no2590707qac.0!news-out.google.com!d20ni740igz.0!nntp.google.com!h15no8231423igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.21.18.25; posting-account=KIvACwkAAACqw8z2Rbtn9ImPywkjXOa4 Original-NNTP-Posting-Host: 76.21.18.25 User-Agent: G2/1.0 Injection-Date: Wed, 26 Nov 2014 21:54:24 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208952 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:101232 Archived-At: On Wednesday, November 26, 2014 6:56:08 AM UTC-8, Ken Goldman wrote: > 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. :-) Cool. Thanks for letting me know about that.