aeroo / aeroo_docs

Aeroo DOCS - a document conversion service
GNU General Public License v3.0
10 stars 29 forks source link

Problem when opening files from emacs #1

Open sraps opened 9 years ago

sraps commented 9 years ago

Each time opening files in emacs, it's being asked for possibly unsafe local variables. This is due to unclear PEP specification on encoding statement. Emacs think it should be

# -*- coding: utf-8 -*-

while Python accepts any of them, including:

# -*- encoding: utf-8 -*-