Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3c294caa
Kaydet (Commit)
3c294caa
authored
Haz 14, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add note about font-lock and fix doc URL
üst
5d9acb6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
README
README
+11
-2
No files found.
README
Dosyayı görüntüle @
3c294caa
...
@@ -380,6 +380,15 @@ Misc/python-mode.el. Originally written by Tim Peters, who's no
...
@@ -380,6 +380,15 @@ Misc/python-mode.el. Originally written by Tim Peters, who's no
longer on the net, it is now maintained by Barry Warsaw
longer on the net, it is now maintained by Barry Warsaw
<bwarsaw@cnri.reston.va.com>.
<bwarsaw@cnri.reston.va.com>.
BTW, if you want to use font-lock for Python sources, here's something
to put in your .emacs file:
(defun my-python-mode-hook ()
(setq font-lock-keywords python-font-lock-keywords)
(font-lock-mode 1))
(add-hook 'python-mode-hook 'my-python-mode-hook)
Bug reports
Bug reports
-----------
-----------
...
@@ -430,8 +439,8 @@ have to edit the first line as well to fix the -I and -L options.)
...
@@ -430,8 +439,8 @@ have to edit the first line as well to fix the -I and -L options.)
See the Build Instructions above for more details.
See the Build Instructions above for more details.
There is little documentation. Begin with fetching the "Tk Lifesaver"
There is little documentation. Begin with fetching the "Tk Lifesaver"
document, e.g. <URL:ftp://ftp.cwi.nl/pub/python/
tkinter-doc.tar.gz> (a
document, e.g. <URL:ftp://ftp.cwi.nl/pub/python/
doc/tkinter-doc.tar.gz>
gzipped tar file containing a PostScript file). There are demos in
(a
gzipped tar file containing a PostScript file). There are demos in
the Demo/tkinter directory, in the subdirectories guido, matt and www.
the Demo/tkinter directory, in the subdirectories guido, matt and www.
Note that there's a Python module called "Tkinter" (capital T) which
Note that there's a Python module called "Tkinter" (capital T) which
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment