all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastien LE MAGUER <Sebastien.Le_maguer@irisa.fr>
To: Neal Becker <ndbecker2@gmail.com>, help-gnu-emacs@gnu.org
Subject: Re: Emacs and Python
Date: Fri, 13 Mar 2009 16:26:00 +0100	[thread overview]
Message-ID: <49BA7B08.5000508@irisa.fr> (raw)
In-Reply-To: <gpdgv7$q35$1@ger.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

For the moment it helps me to have a completion, a folding and a tags 
system in an unified way.

I put this in my .emacs :


(require 'cedet)
(global-set-key (kbd "C-c <mouse-1>") 'semantic-tag-folding-click)
(semantic-load-enable-code-helpers)
(global-srecode-minor-mode 1)

;; == Code-folding
(global-semantic-tag-folding-mode 1)

But I haven't really take the time to be more precise for the moment. I 
will have to redefine my .emacs soon :D

Sébastien


Neal Becker a écrit :
> Sebastien LE MAGUER wrote:
>
>   
>> Hello,
>>
>> I use python with Emacs and actually I use the python-mode combined with
>> semantic (CEDET package).
>>     
>
> What does semantic provide for you?  How do you use them?
>
>
>
>
>
>
>   


[-- Attachment #2: Sebastien_Le_maguer.vcf --]
[-- Type: text/x-vcard, Size: 364 bytes --]

begin:vcard
fn;quoted-printable:S=C3=A9bastien Le Maguer
n;quoted-printable:Le Maguer;S=C3=A9bastien
org:;Equipe CORDIAL
adr:ENSSAT - 6 rue de Kerampont, BP 80518 ;;Bureau 203-I;Lannion Cedex;;22305 ;France
email;internet:Sebastien.Le_Maguer@irisa.fr
title:Doctorant
tel;work:02 96 46 91 29
url:http://www.irisa.fr/cordial/Members/slemague/
version:2.1
end:vcard


  reply	other threads:[~2009-03-13 15:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12  8:11 Emacs and Python Byung-Hee HWANG
2009-03-12  8:52 ` Sebastien LE MAGUER
2009-03-13  8:08   ` Byung-Hee HWANG
2009-03-13  9:46     ` Nick Roberts
2009-03-13 11:44   ` Neal Becker
2009-03-13 15:26     ` Sebastien LE MAGUER [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-02-28  1:59 Aut-Aut
2004-02-29 17:07 ` Kai Grossjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49BA7B08.5000508@irisa.fr \
    --to=sebastien.le_maguer@irisa.fr \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ndbecker2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.