all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to develop qt application in emacs?
@ 2009-06-26  5:00 李宝亮
  2009-06-26  7:53 ` Andreas Röhler
       [not found] ` <mailman.1292.1246002919.2239.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: 李宝亮 @ 2009-06-26  5:00 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,all!
how to develop qt application in emacs?
I`m a newer.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how to develop qt application in emacs?
  2009-06-26  5:00 how to develop qt application in emacs? 李宝亮
@ 2009-06-26  7:53 ` Andreas Röhler
  2009-06-26 21:41   ` Alan Mackenzie
       [not found] ` <mailman.1292.1246002919.2239.help-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Röhler @ 2009-06-26  7:53 UTC (permalink / raw)
  To: 李宝亮; +Cc: help-gnu-emacs

李宝亮 wrote:
> Hi,all!
> how to develop qt application in emacs?
> I`m a newer.
>
>
>
>   

Emacs has a mode for c++, called cc-mode, with its own mailing
list.

cc-mode-help@lists.sourceforge.net

HTH

Andreas Röhler

--
https://code.launchpad.net/s-x-emacs-werkstatt/
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how to develop qt application in emacs?
       [not found] <mailman.1291.1246001820.2239.help-gnu-emacs@gnu.org>
@ 2009-06-26  9:15 ` Pascal J. Bourguignon
  2009-06-27  2:28 ` Barry Margolin
  1 sibling, 0 replies; 6+ messages in thread
From: Pascal J. Bourguignon @ 2009-06-26  9:15 UTC (permalink / raw)
  To: help-gnu-emacs

李宝亮 <happylibaoliang@gmail.com> writes:

> Hi,all!
> how to develop qt application in emacs?
> I`m a newer.

emacs has no FFI, so you will have to hack the sources of emacs to add
qt primitives to emacs lisp.   (Or just add a FFI).  Then  you will be
able to write qt applications in emacs lisp.

Unless you meant to use emacs just as an editor to write C or C++
programs, in which case see the other answer.


-- 
__Pascal Bourguignon__


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how to develop qt application in emacs?
       [not found] ` <mailman.1292.1246002919.2239.help-gnu-emacs@gnu.org>
@ 2009-06-26 16:31   ` Michal
  0 siblings, 0 replies; 6+ messages in thread
From: Michal @ 2009-06-26 16:31 UTC (permalink / raw)
  To: help-gnu-emacs

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

>
> Emacs has a mode for c++, called cc-mode, with its own mailing
> list.
>
> cc-mode-help@lists.sourceforge.net
>

additionally look at cedet package.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how to develop qt application in emacs?
  2009-06-26  7:53 ` Andreas Röhler
@ 2009-06-26 21:41   ` Alan Mackenzie
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Mackenzie @ 2009-06-26 21:41 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: help-gnu-emacs

'n Abend, Andreas!

On Fri, Jun 26, 2009 at 09:53:36AM +0200, Andreas Röhler wrote:
> ????????? wrote:
> > Hi,all!
> > how to develop qt application in emacs?
> > I`m a newer.

> Emacs has a mode for c++, called cc-mode, with its own mailing
> list.

C++ Mode (a submode of CC Mode) even has special handling for QT's own
keywords like "slots:" and "signals:".

> cc-mode-help@lists.sourceforge.net

Or, more canonically, bug-cc-mode@gnu.org, which redirects to that
address.

> HTH

Thanks, Andreas!

> Andreas Röhler

-- 
Alan Mackenzie (Nuremberg, Germany).




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how to develop qt application in emacs?
       [not found] <mailman.1291.1246001820.2239.help-gnu-emacs@gnu.org>
  2009-06-26  9:15 ` Pascal J. Bourguignon
@ 2009-06-27  2:28 ` Barry Margolin
  1 sibling, 0 replies; 6+ messages in thread
From: Barry Margolin @ 2009-06-27  2:28 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

In article <mailman.1291.1246001820.2239.help-gnu-emacs@gnu.org>,
 ¿Ó±¶¡¡ <happylibaoliang@gmail.com> wrote:

> Hi,all!
> how to develop qt application in emacs?
> I`m a newer.

You seem to be getting two types of answers, I think you need to clarify 
the question.

Do you want to use Emacs to write standalone QT applications?  Or do you 
want to write an Emacs-based package that uses QT?

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-27  2:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26  5:00 how to develop qt application in emacs? 李宝亮
2009-06-26  7:53 ` Andreas Röhler
2009-06-26 21:41   ` Alan Mackenzie
     [not found] ` <mailman.1292.1246002919.2239.help-gnu-emacs@gnu.org>
2009-06-26 16:31   ` Michal
     [not found] <mailman.1291.1246001820.2239.help-gnu-emacs@gnu.org>
2009-06-26  9:15 ` Pascal J. Bourguignon
2009-06-27  2:28 ` Barry Margolin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.