From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: brakjoller@hotmail.com (Barman Brakjoller) Newsgroups: gmane.emacs.help Subject: Re: Reference for using DDE in emacs. Date: 19 Jun 2003 04:43:21 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1c58a7c3.0306190343.62d1cb31@posting.google.com> References: <3ef05ecb$0$76056$edfadb0f@dread11.news.tele.dk> <65fef11f.0306182242.62458443@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1056023240 16546 80.91.224.249 (19 Jun 2003 11:47:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2003 11:47:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 19 13:47:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Sxsr-0004Id-00 for ; Thu, 19 Jun 2003 13:47:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19SxrM-0001yF-1L for gnu-help-gnu-emacs@m.gmane.org; Thu, 19 Jun 2003 07:45:44 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 193.41.170.225 Original-X-Trace: posting.google.com 1056023002 19808 127.0.0.1 (19 Jun 2003 11:43:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 19 Jun 2003 11:43:22 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:114579 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11071 > You can use DDE commands to manipulate a DDE compliant application > from Emacs (if that is what you want). The key function here is > call-process-region. Here is an example, which closes all the > documents in Acrobat when executed from within Emacs. Hope this helps, This is a little bit off-topic, but can you still do cool stuff using DDE? Seems like COM/DCOM, OLE and bla bla has replaced it, or is stuff still going on in the background using DDE? I know that Internet Explorer uses it for some things for example. Any good sources? It is always nice to be able to control things from emacs.