help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python doc string with three double quotes


From: Damien Wyart
Subject: Re: Python doc string with three double quotes
Date: Thu, 12 Sep 2013 10:43:17 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50

* Scott Reynolds <sdrreynolds@gmail.com> in gnu.emacs.help:
> Having an issue adding a doc string to my modules, functions, classes and
> methods in python. I am using Emacs Prelude(
> https://github.com/bbatsov/prelude). When started with --no-init-file the
> behavior is not experienced.

> Anybody have any ideas to help me?

This comes from smartparens:
https://github.com/Fuco1/smartparens/issues/8

So you should add python-mode to the variable 
sp-autoescape-string-quote-if-empty
(with M-x customize-variable sp-autoescape-string-quote-if-empty).

-- 
DW


reply via email to

[Prev in Thread] Current Thread [Next in Thread]