├── .Xresouces ├── .bash_profile ├── .bashrc ├── .config ├── fcitx │ ├── cached_layout │ ├── clipboard │ │ └── history.dat │ ├── conf │ │ ├── fcitx-autoeng.config │ │ ├── fcitx-chttrans.config │ │ ├── fcitx-classic-ui.config │ │ ├── fcitx-clipboard.config │ │ ├── fcitx-imselector.config │ │ ├── fcitx-keyboard.config │ │ ├── fcitx-pinyin-enhance.config │ │ ├── fcitx-pinyin.config │ │ ├── fcitx-quickphrase.config │ │ ├── fcitx-spell.config │ │ ├── fcitx-unicode.config │ │ ├── fcitx-xim.config │ │ └── fcitx-xkb.config │ ├── config │ ├── data │ │ ├── layout_override │ │ └── punc.mb.zh_CN │ ├── dbus │ │ ├── 9574a570e81041109e55de9e13397406-0 │ │ ├── d228cc19273365e038e4310c51909bc4-0 │ │ └── d228cc19273365e038e4310c51909bc4-1 │ ├── pinyin │ │ ├── pyindex.dat │ │ └── pyusrphrase.mb │ └── profile └── openbox │ ├── autostart │ ├── environment │ ├── menu.xml │ └── rc.xml ├── .conkyrc ├── .emacs ├── .emacs.d ├── auctex.el ├── auctex │ ├── .nosearch │ ├── bib-cite.el │ ├── bib-cite.elc │ ├── context-en.el │ ├── context-en.elc │ ├── context-nl.el │ ├── context-nl.elc │ ├── context.el │ ├── context.elc │ ├── font-latex.el │ ├── font-latex.elc │ ├── images │ │ ├── amstex.xpm │ │ ├── bibtex.xpm │ │ ├── dropdown.xpm │ │ ├── dvipdf.xpm │ │ ├── dvips.xpm │ │ ├── error.xpm │ │ ├── exec.xpm │ │ ├── execbibtex.xpm │ │ ├── execdvips.xpm │ │ ├── execerror.xpm │ │ ├── execpdftex.xpm │ │ ├── exectex.xpm │ │ ├── execviewdvi.xpm │ │ ├── execviewpdf.xpm │ │ ├── execviewps.xpm │ │ ├── gv.xpm │ │ ├── jumpdvi.xpm │ │ ├── ltx-symb-turn-off.xpm │ │ ├── ltx-symb-turn-on.xpm │ │ ├── pdftex.xpm │ │ ├── prverr16.xpm │ │ ├── prverr20.xpm │ │ ├── prverr24.xbm │ │ ├── prverr24.xpm │ │ ├── prvtex-cap-up.xpm │ │ ├── prvtex12.xbm │ │ ├── prvtex12.xpm │ │ ├── prvtex16.xbm │ │ ├── prvtex16.xpm │ │ ├── prvtex20.xpm │ │ ├── prvtex24.xbm │ │ ├── prvtex24.xpm │ │ ├── prvwrk12.xpm │ │ ├── prvwrk14.xpm │ │ ├── prvwrk16.xpm │ │ ├── prvwrk20.xpm │ │ ├── prvwrk24.xbm │ │ ├── prvwrk24.xpm │ │ ├── pspdf.xpm │ │ ├── sep.xpm │ │ ├── tex.xpm │ │ ├── view.xpm │ │ ├── viewdvi.xpm │ │ ├── viewpdf.xpm │ │ └── viewps.xpm │ ├── latex.el │ ├── latex.elc │ ├── multi-prompt.el │ ├── multi-prompt.elc │ ├── plain-tex.el │ ├── plain-tex.elc │ ├── preview.el │ ├── preview.elc │ ├── prv-emacs.el │ ├── prv-emacs.elc │ ├── style │ │ ├── .nosearch │ │ ├── CJK.el │ │ ├── CJK.elc │ │ ├── CJKutf8.el │ │ ├── CJKutf8.elc │ │ ├── MinionPro.el │ │ ├── MinionPro.elc │ │ ├── alltt.el │ │ ├── alltt.elc │ │ ├── alphanum.el │ │ ├── alphanum.elc │ │ ├── amsart.el │ │ ├── amsart.elc │ │ ├── amsbook.el │ │ ├── amsbook.elc │ │ ├── amsbsy.el │ │ ├── amsbsy.elc │ │ ├── amsmath.el │ │ ├── amsmath.elc │ │ ├── amsopn.el │ │ ├── amsopn.elc │ │ ├── amstex.el │ │ ├── amstex.elc │ │ ├── amstext.el │ │ ├── amstext.elc │ │ ├── amsthm.el │ │ ├── amsthm.elc │ │ ├── article.el │ │ ├── article.elc │ │ ├── austrian.el │ │ ├── austrian.elc │ │ ├── babel.el │ │ ├── babel.elc │ │ ├── beamer.el │ │ ├── beamer.elc │ │ ├── biblatex.el │ │ ├── biblatex.elc │ │ ├── book.el │ │ ├── book.elc │ │ ├── booktabs.el │ │ ├── booktabs.elc │ │ ├── bulgarian.el │ │ ├── bulgarian.elc │ │ ├── captcont.el │ │ ├── captcont.elc │ │ ├── comment.el │ │ ├── comment.elc │ │ ├── csquotes.el │ │ ├── csquotes.elc │ │ ├── czech.el │ │ ├── czech.elc │ │ ├── danish.el │ │ ├── danish.elc │ │ ├── dinbrief.el │ │ ├── dinbrief.elc │ │ ├── dk-bib.el │ │ ├── dk-bib.elc │ │ ├── dk.el │ │ ├── dk.elc │ │ ├── doc.el │ │ ├── doc.elc │ │ ├── dutch.el │ │ ├── dutch.elc │ │ ├── emp.el │ │ ├── emp.elc │ │ ├── epsf.el │ │ ├── epsf.elc │ │ ├── fancyref.el │ │ ├── fancyref.elc │ │ ├── flashcards.el │ │ ├── flashcards.elc │ │ ├── foils.el │ │ ├── foils.elc │ │ ├── francais.el │ │ ├── francais.elc │ │ ├── french.el │ │ ├── french.elc │ │ ├── frenchb.el │ │ ├── frenchb.elc │ │ ├── german.el │ │ ├── german.elc │ │ ├── graphics.el │ │ ├── graphics.elc │ │ ├── graphicx.el │ │ ├── graphicx.elc │ │ ├── harvard.el │ │ ├── harvard.elc │ │ ├── hyperref.el │ │ ├── hyperref.elc │ │ ├── icelandic.el │ │ ├── icelandic.elc │ │ ├── index.el │ │ ├── index.elc │ │ ├── inputenc.el │ │ ├── inputenc.elc │ │ ├── italian.el │ │ ├── italian.elc │ │ ├── j-article.el │ │ ├── j-article.elc │ │ ├── j-book.el │ │ ├── j-book.elc │ │ ├── j-report.el │ │ ├── j-report.elc │ │ ├── jarticle.el │ │ ├── jarticle.elc │ │ ├── jbook.el │ │ ├── jbook.elc │ │ ├── jreport.el │ │ ├── jreport.elc │ │ ├── jsarticle.el │ │ ├── jsarticle.elc │ │ ├── jsbook.el │ │ ├── jsbook.elc │ │ ├── jura.el │ │ ├── jura.elc │ │ ├── jurabib.el │ │ ├── jurabib.elc │ │ ├── latexinfo.el │ │ ├── latexinfo.elc │ │ ├── letter.el │ │ ├── letter.elc │ │ ├── lettrine.el │ │ ├── lettrine.elc │ │ ├── listings.el │ │ ├── listings.elc │ │ ├── ltx-base.el │ │ ├── ltx-base.elc │ │ ├── ltxdoc.el │ │ ├── ltxdoc.elc │ │ ├── makeidx.el │ │ ├── makeidx.elc │ │ ├── mdwlist.el │ │ ├── mdwlist.elc │ │ ├── multicol.el │ │ ├── multicol.elc │ │ ├── multido.el │ │ ├── multido.elc │ │ ├── multind.el │ │ ├── multind.elc │ │ ├── natbib.el │ │ ├── natbib.elc │ │ ├── naustrian.el │ │ ├── naustrian.elc │ │ ├── ngerman.el │ │ ├── ngerman.elc │ │ ├── nicefrac.el │ │ ├── nicefrac.elc │ │ ├── nomencl.el │ │ ├── nomencl.elc │ │ ├── paralist.el │ │ ├── paralist.elc │ │ ├── pdfsync.el │ │ ├── pdfsync.elc │ │ ├── plfonts.el │ │ ├── plfonts.elc │ │ ├── plhb.el │ │ ├── plhb.elc │ │ ├── polish.el │ │ ├── polish.elc │ │ ├── polski.el │ │ ├── polski.elc │ │ ├── prosper.el │ │ ├── prosper.elc │ │ ├── psfig.el │ │ ├── psfig.elc │ │ ├── pst-grad.el │ │ ├── pst-grad.elc │ │ ├── pst-node.el │ │ ├── pst-node.elc │ │ ├── pst-plot.el │ │ ├── pst-plot.elc │ │ ├── pst-slpe.el │ │ ├── pst-slpe.elc │ │ ├── pstricks.el │ │ ├── pstricks.elc │ │ ├── report.el │ │ ├── report.elc │ │ ├── ruby.el │ │ ├── ruby.elc │ │ ├── scrartcl.el │ │ ├── scrartcl.elc │ │ ├── scrbase.el │ │ ├── scrbase.elc │ │ ├── scrbook.el │ │ ├── scrbook.elc │ │ ├── scrlttr2.el │ │ ├── scrlttr2.elc │ │ ├── scrpage2.el │ │ ├── scrpage2.elc │ │ ├── scrreprt.el │ │ ├── scrreprt.elc │ │ ├── setspace.el │ │ ├── setspace.elc │ │ ├── shortvrb.el │ │ ├── shortvrb.elc │ │ ├── slides.el │ │ ├── slides.elc │ │ ├── slovak.el │ │ ├── slovak.elc │ │ ├── subfigure.el │ │ ├── subfigure.elc │ │ ├── swedish.el │ │ ├── swedish.elc │ │ ├── tabularx.el │ │ ├── tabularx.elc │ │ ├── units.el │ │ ├── units.elc │ │ ├── url.el │ │ ├── url.elc │ │ ├── varioref.el │ │ ├── varioref.elc │ │ ├── verbatim.el │ │ ├── verbatim.elc │ │ ├── virtex.el │ │ ├── virtex.elc │ │ ├── xspace.el │ │ └── xspace.elc │ ├── tex-bar.el │ ├── tex-bar.elc │ ├── tex-buf.el │ ├── tex-buf.elc │ ├── tex-fold.el │ ├── tex-fold.elc │ ├── tex-font.el │ ├── tex-font.elc │ ├── tex-info.el │ ├── tex-info.elc │ ├── tex-jp.el │ ├── tex-jp.elc │ ├── tex-mik.el │ ├── tex-mik.elc │ ├── tex-style.el │ ├── tex-style.elc │ ├── tex.el │ ├── tex.elc │ ├── texmathp.el │ ├── texmathp.elc │ ├── toolbar-x.el │ └── toolbar-x.elc ├── auto-recomp.el ├── autorevert.el ├── bookmarks ├── browse-kill-ring.el ├── color-theme │ ├── color-theme-autoloads.el │ ├── color-theme-autoloads.in │ ├── color-theme.el │ └── themes │ │ ├── color-theme-example.el │ │ └── color-theme-library.el ├── deft.el ├── dired-single.el ├── easymenu.el ├── emms │ ├── .#history │ ├── Makefile │ ├── cache │ ├── emms-auto.in │ ├── emms-bookmarks.el │ ├── emms-browser.el │ ├── emms-cache.el │ ├── emms-compat.el │ ├── emms-cue.el │ ├── emms-history.el │ ├── emms-i18n.el │ ├── emms-info-libtag.el │ ├── emms-info-metaflac.el │ ├── emms-info-mp3info.el │ ├── emms-info-ogginfo.el │ ├── emms-info.el │ ├── emms-last-played.el │ ├── emms-lastfm-client.el │ ├── emms-lastfm-scrobbler.el │ ├── emms-lyrics.el │ ├── emms-maint.el │ ├── emms-mark.el │ ├── emms-metaplaylist-mode.el │ ├── emms-mode-line-icon.el │ ├── emms-mode-line.el │ ├── emms-player-mpd.el │ ├── emms-player-mpg321-remote.el │ ├── emms-player-mplayer.el │ ├── emms-player-simple.el │ ├── emms-player-vlc.el │ ├── emms-player-xine.el │ ├── emms-playing-time.el │ ├── emms-playlist-limit.el │ ├── emms-playlist-mode.el │ ├── emms-playlist-sort.el │ ├── emms-score.el │ ├── emms-setup.el │ ├── emms-source-file.el │ ├── emms-source-playlist.el │ ├── emms-stream-info.el │ ├── emms-streams.el │ ├── emms-tag-editor.el │ ├── emms-url.el │ ├── emms-volume-amixer.el │ ├── emms-volume.el │ ├── emms.el │ ├── history │ ├── history~ │ ├── jack.el │ ├── later-do.el │ ├── list │ │ └── china.list │ ├── scores │ └── tq.el ├── evernote-mode.el ├── git-emacs │ ├── .gitignore │ ├── Makefile │ ├── git--test.el │ ├── git-blame.el │ ├── git-emacs-autoloads.el │ ├── git-emacs.el │ ├── git-global-keys.el │ ├── git-load.el.sample │ ├── git-log.el │ ├── git-modeline.el │ └── git-status.el ├── hexrgb.el ├── htmlize.el ├── iimage.el ├── lazy-set-key.el ├── linum+.el ├── markdown-mode.el ├── mediawiki.el ├── muse │ ├── contrib │ │ ├── cgi.el │ │ ├── cgi.elc │ │ ├── htmlize-hack.el │ │ ├── httpd.el │ │ └── httpd.elc │ ├── experimental │ │ ├── muse-cite.el │ │ ├── muse-mathml.el │ │ ├── muse-message.el │ │ ├── muse-protocol-iw.el │ │ └── muse-split.el │ ├── muse-autoloads.el │ ├── muse-backlink.el │ ├── muse-backlink.elc │ ├── muse-blosxom.el │ ├── muse-blosxom.elc │ ├── muse-book.el │ ├── muse-book.elc │ ├── muse-colors.el │ ├── muse-colors.elc │ ├── muse-context.el │ ├── muse-context.elc │ ├── muse-docbook.el │ ├── muse-docbook.elc │ ├── muse-groff.el │ ├── muse-groff.elc │ ├── muse-html.el │ ├── muse-html.elc │ ├── muse-http.el │ ├── muse-http.elc │ ├── muse-ikiwiki.el │ ├── muse-ikiwiki.elc │ ├── muse-import-docbook.el │ ├── muse-import-docbook.elc │ ├── muse-import-latex.el │ ├── muse-import-latex.elc │ ├── muse-import-xml.el │ ├── muse-import-xml.elc │ ├── muse-ipc.el │ ├── muse-ipc.elc │ ├── muse-journal.el │ ├── muse-journal.elc │ ├── muse-latex.el │ ├── muse-latex.elc │ ├── muse-latex2png.el │ ├── muse-latex2png.elc │ ├── muse-mode.el │ ├── muse-mode.elc │ ├── muse-poem.el │ ├── muse-poem.elc │ ├── muse-project.el │ ├── muse-project.elc │ ├── muse-protocols.el │ ├── muse-protocols.elc │ ├── muse-publish.el │ ├── muse-publish.elc │ ├── muse-regexps.el │ ├── muse-regexps.elc │ ├── muse-texinfo.el │ ├── muse-texinfo.elc │ ├── muse-wiki.el │ ├── muse-wiki.elc │ ├── muse-xml-common.el │ ├── muse-xml-common.elc │ ├── muse-xml.el │ ├── muse-xml.elc │ ├── muse.el │ └── muse.elc ├── nxhtml │ ├── README.txt │ ├── alts │ │ ├── find-recursive-orig.el │ │ ├── javascript-mozlab.el │ │ └── smarty-mode-vdebout.el │ ├── autostart.el │ ├── autostart22.el │ ├── emacs22.cmd │ ├── etc │ │ ├── img │ │ │ └── pause │ │ │ │ ├── pause.jpg │ │ │ │ └── pause2.jpg │ │ ├── schema │ │ │ ├── FDA-2009-N-0392-0396.1.doc │ │ │ ├── genshi-old.rnc │ │ │ ├── genshi-schemas.xml │ │ │ ├── genshi.rnc │ │ │ ├── mjt.rnc │ │ │ ├── nxml-erb.patch │ │ │ ├── old-genshi.rnc │ │ │ ├── old-qtmstr-xhtml.rnc │ │ │ ├── old-xinclude.rnc │ │ │ ├── qtmstr-xhtml-old.rnc │ │ │ ├── qtmstr-xhtml.rnc │ │ │ ├── schema-path-patch.el │ │ │ ├── xhtml-loader.rnc │ │ │ └── xinclude.rnc │ │ ├── templates │ │ │ └── rollover-2v.css │ │ ├── uts39 │ │ │ └── idnchars.txt │ │ └── viper-tut │ │ │ ├── 0intro │ │ │ ├── 1basics │ │ │ ├── 2moving │ │ │ ├── 3cutpaste │ │ │ ├── 4inserting │ │ │ ├── 5tricks │ │ │ ├── README │ │ │ └── outline │ ├── nxhtml-base.el │ ├── nxhtml-loaddefs.el │ ├── nxhtml-web-vcs.el │ ├── nxhtml │ │ ├── ChangeLog │ │ ├── doc │ │ │ ├── demo.html │ │ │ ├── html2xhtml.html │ │ │ ├── htmlfontify-example.html │ │ │ ├── img │ │ │ │ ├── Las_Medulas.jpg │ │ │ │ ├── Toco_toucan.jpg │ │ │ │ ├── bacchante2.jpg │ │ │ │ ├── butterflies.jpg │ │ │ │ ├── butterflies.png │ │ │ │ ├── butterflies.xcf │ │ │ │ ├── continue-play.jpg │ │ │ │ ├── divine2.jpg │ │ │ │ ├── edit-part.png │ │ │ │ ├── editing-web-files.png │ │ │ │ ├── editing-web-files.xcf │ │ │ │ ├── emacs-style-completion.png │ │ │ │ ├── emacsP.png │ │ │ │ ├── emacsP16.png │ │ │ │ ├── embedded-css.png │ │ │ │ ├── embedded-xhtml.png │ │ │ │ ├── foldit-closed.png │ │ │ │ ├── foldit-temp-opened.png │ │ │ │ ├── fun-brain-2.png │ │ │ │ ├── getitbuttons-1.png │ │ │ │ ├── getitbuttons-1.xcf │ │ │ │ ├── getitbuttons-2.png │ │ │ │ ├── getitbuttons.png │ │ │ │ ├── getitbuttons.xcf │ │ │ │ ├── giraffe.jpg │ │ │ │ ├── healthy_feet2.jpg │ │ │ │ ├── itsalltext-pref.png │ │ │ │ ├── links-appmenu.png │ │ │ │ ├── nxml-where.png │ │ │ │ ├── php-in-nxhtml-2.png │ │ │ │ ├── php-in-nxhtml.png │ │ │ │ ├── php-in-php.png │ │ │ │ ├── php-in-xhtml.png │ │ │ │ ├── popup-compl.png │ │ │ │ ├── raindrops2.jpg │ │ │ │ ├── region-selected-after.png │ │ │ │ ├── region-selected-completion.png │ │ │ │ ├── region-selected.png │ │ │ │ ├── rembrandt-self-portrait.jpg │ │ │ │ ├── style-in-nxhtml.png │ │ │ │ ├── use-nXhtml-trans.png │ │ │ │ ├── use-nXhtml-trans2.png │ │ │ │ ├── use-nXhtml.png │ │ │ │ ├── use-nXhtml.xcf │ │ │ │ ├── validation-error.png │ │ │ │ ├── volga.jpg │ │ │ │ └── xml-validation-header.png │ │ │ ├── js │ │ │ │ └── smoothgallery │ │ │ │ │ ├── css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── carrow1.gif │ │ │ │ │ │ ├── carrow2.gif │ │ │ │ │ │ ├── fleche1.gif │ │ │ │ │ │ ├── fleche1.png │ │ │ │ │ │ ├── fleche2.gif │ │ │ │ │ │ ├── fleche2.png │ │ │ │ │ │ ├── loading-bar-black.gif │ │ │ │ │ │ ├── open.gif │ │ │ │ │ │ └── open.png │ │ │ │ │ ├── jd.gallery.css │ │ │ │ │ └── layout.css │ │ │ │ │ └── scripts │ │ │ │ │ ├── jd.gallery.js │ │ │ │ │ ├── mootools.js │ │ │ │ │ └── mootools.uncompressed.js │ │ │ ├── nxhtml-changes.html │ │ │ ├── nxhtml.css │ │ │ ├── nxhtml.html │ │ │ ├── wd │ │ │ │ └── grapes │ │ │ │ │ ├── grapes.css │ │ │ │ │ ├── images │ │ │ │ │ ├── bkgrnd.gif │ │ │ │ │ ├── grapes.jpg │ │ │ │ │ └── quote.gif │ │ │ │ │ ├── index.html │ │ │ │ │ └── nxhtml-grapes.css │ │ │ └── working-demo.html │ │ ├── html-chklnk.el │ │ ├── html-chklnk │ │ │ ├── PerlLib │ │ │ │ ├── HTML │ │ │ │ │ ├── LinkWalker.pm │ │ │ │ │ ├── ParserTagEnd.pm │ │ │ │ │ └── datadir.txt │ │ │ │ └── PathSubs.pm │ │ │ └── link_checker.pl │ │ ├── html-imenu.el │ │ ├── html-move.el │ │ ├── html-pagetoc.el │ │ ├── html-quote.el │ │ ├── html-site.el │ │ ├── html-toc.el │ │ ├── html-toc │ │ │ ├── html-toc-template.html │ │ │ └── html-toc │ │ │ │ ├── html-toc-template.css │ │ │ │ ├── html-toc.css │ │ │ │ ├── html-toc.js │ │ │ │ └── img │ │ │ │ ├── blank12.gif │ │ │ │ ├── down.gif │ │ │ │ ├── freeCont.gif │ │ │ │ ├── gnu-m-x-160.png │ │ │ │ ├── gnu-m-x-160.xcf │ │ │ │ ├── hideCont.gif │ │ │ │ ├── nailCont.gif │ │ │ │ ├── nosearch.gif │ │ │ │ ├── right.gif │ │ │ │ ├── search.gif │ │ │ │ └── showCont.gif │ │ ├── html-upl.el │ │ ├── html-upl │ │ │ ├── COPYING │ │ │ ├── Changes │ │ │ ├── README │ │ │ ├── TODO │ │ │ └── ftpsync.pl │ │ ├── html-wtoc.el │ │ ├── html-wtoc │ │ │ ├── PerlLib │ │ │ │ ├── PathSubs.pm │ │ │ │ └── html_tags.pm │ │ │ ├── html-wtoc-template.css │ │ │ ├── html-wtoc-template.html │ │ │ ├── html-wtoc.css │ │ │ ├── html-wtoc.js │ │ │ ├── html-wtoc.pl │ │ │ └── img │ │ │ │ ├── blank12.gif │ │ │ │ ├── down.gif │ │ │ │ ├── freeCont.gif │ │ │ │ ├── gnu-m-x-160.png │ │ │ │ ├── gnu-m-x-160.xcf │ │ │ │ ├── hideCont.gif │ │ │ │ ├── nailCont.gif │ │ │ │ ├── nosearch.gif │ │ │ │ ├── other │ │ │ │ ├── CompFaceLogoTemp4.gif │ │ │ │ ├── CompFaceLogoTemp4.png │ │ │ │ ├── blue_left_top.png │ │ │ │ ├── close-cross.gif │ │ │ │ ├── lbiinfo_and_blue.png │ │ │ │ ├── lbiinfo_and_blue1.png │ │ │ │ ├── lbinfo_col1.gif │ │ │ │ ├── lbinfo_col1_30.gif │ │ │ │ └── up.gif │ │ │ │ ├── right.gif │ │ │ │ ├── search.gif │ │ │ │ └── showCont.gif │ │ ├── nxhtml-autoload.el │ │ ├── nxhtml-bug.el │ │ ├── nxhtml-menu.el │ │ ├── nxhtml-mode.el │ │ ├── nxhtml-mumamo.el │ │ ├── nxhtml-strval.el │ │ ├── nxhtml.el │ │ ├── nxhtmljs.el │ │ ├── nxml-where.el │ │ ├── outline-magic.el │ │ ├── rngalt.el │ │ ├── tidy-xhtml.el │ │ ├── wtest.el │ │ └── xhtml-help.el │ ├── nxhtmlmaint.el │ ├── related │ │ ├── blank.html │ │ ├── csharp-mode.el │ │ ├── django.el │ │ ├── env.js │ │ ├── flymake-css.el │ │ ├── flymake-helpers.el │ │ ├── flymake-java-1.el │ │ ├── flymake-js.el │ │ ├── flymakemsg.el │ │ ├── flymu.el │ │ ├── iss-mode.el │ │ ├── iss-mumamo.el │ │ ├── js_temp.js │ │ ├── jslint.js │ │ ├── moz.el │ │ ├── mozadd.el │ │ ├── php-imenu.el │ │ ├── php-mode.el │ │ ├── readme.txt │ │ ├── rhino.js │ │ ├── smarty-mode.el │ │ ├── tt-mode.el │ │ ├── visual-basic-mode.el │ │ └── wikipedia-mode.el │ ├── tests │ │ ├── angus77-setup-jde.el │ │ ├── emacstest-suites.el │ │ ├── ert.el │ │ ├── ert2.el │ │ ├── hfy-test.el │ │ ├── in │ │ │ ├── 3-heights.html │ │ │ ├── 400415-index.phtml │ │ │ ├── asp.asp │ │ │ ├── bastien-test.mm │ │ │ ├── bigfile-stringerr-64000.html │ │ │ ├── blorgit.rb │ │ │ ├── bug-080609.html │ │ │ ├── bug-1908494.php │ │ │ ├── bug-2010-02-17-delgado.mm │ │ │ ├── bug-2010-02-17-delgado.org │ │ │ ├── bug-290364.php │ │ │ ├── bug-300946-index.html │ │ │ ├── bug-311640-index.html │ │ │ ├── bug-311641.php │ │ │ ├── bug-373106-flipbook.html │ │ │ ├── bug-381191-dh-test.el │ │ │ ├── bug-381191-dh-test.php │ │ │ ├── bug-johan-2010-02-12.rhtml │ │ │ ├── bug-johan-2010-02-16.html.haml │ │ │ ├── bug-johan-2010-02-17-2.erb │ │ │ ├── bug-johan-2010-02-17.erb │ │ │ ├── bug261792.ghtml │ │ │ ├── bug271497.el │ │ │ ├── bug271497.txt │ │ │ ├── bug272871.php │ │ │ ├── bug290364-messages.txt │ │ │ ├── bug354363-index.php │ │ │ ├── bug354363-test.php │ │ │ ├── bug369800-load-history.txt │ │ │ ├── bug370417.php │ │ │ ├── bug381979-2-bad-traceb.txt │ │ │ ├── bug381979-2.php │ │ │ ├── bug381979-svnlib.inc │ │ │ ├── bug384115-bt2.txt │ │ │ ├── bug388729-messages.txt │ │ │ ├── bug388729-nxhtml_test.php │ │ │ ├── bug393137-new.html.erb │ │ │ ├── bug400415-foo.php │ │ │ ├── bug400415-foo2.php │ │ │ ├── bug409183.html │ │ │ ├── bug416505-Body.mxml │ │ │ ├── bug416505-nxhtml.el │ │ │ ├── bug452676.php │ │ │ ├── bug463136.php │ │ │ ├── bug492366-test.php │ │ │ ├── bug495770-heredoc_demo.pl │ │ │ ├── bug505554-nxhtml-download-messages.txt │ │ │ ├── bug505554-sample.html.erb │ │ │ ├── bug505726-foo.html │ │ │ ├── bug509586.ghtml │ │ │ ├── bug523065.jsp │ │ │ ├── bug523065.php │ │ │ ├── bug529133-statemachine.py │ │ │ ├── bug531328.rhtml │ │ │ ├── bug532500.rhtml │ │ │ ├── bug532759.djhtml │ │ │ ├── bug546027.html │ │ │ ├── bug552789-loremipsum.php │ │ │ ├── bug552789.php │ │ │ ├── bug556832-error-test.py │ │ │ ├── bug557700-2.erb │ │ │ ├── bug557700-3.erb │ │ │ ├── bug557700-4.erb │ │ │ ├── bug557700-5.erb │ │ │ ├── bug557700-6.erb │ │ │ ├── bug557700.erb │ │ │ ├── bug559772-TextHelper.php │ │ │ ├── bug565595.mako │ │ │ ├── bug568178.pl │ │ │ ├── bug568178.sh │ │ │ ├── bug569742-master-end.html │ │ │ ├── ch-2008-07-25-test.html.erb │ │ │ ├── chunks-in-chunks1.php │ │ │ ├── chunks.html │ │ │ ├── cr-lf.el │ │ │ ├── csr-080710-2.html │ │ │ ├── csr-080710.html │ │ │ ├── cvd-080805-ac.php │ │ │ ├── cvd-080805-cc.php │ │ │ ├── drechsler-080517-simple.xml │ │ │ ├── el-070424-duh.xml │ │ │ ├── el-070511-simple.html │ │ │ ├── el-070602-index.php │ │ │ ├── el-070604.html │ │ │ ├── el-070604.php │ │ │ ├── el-070722-comment-error.php │ │ │ ├── el-070722-index-2.el │ │ │ ├── el-070722-index-2.php │ │ │ ├── el-070722-index-noheader.php │ │ │ ├── el-070722-index.php │ │ │ ├── el-071217-foo.html │ │ │ ├── emacswiki-080119.php │ │ │ ├── emacswiki-erb-bug.el │ │ │ ├── err-line38.html │ │ │ ├── eval-in-html.el │ │ │ ├── fontif-err.html │ │ │ ├── fontif-err.php │ │ │ ├── genshi-HelloWorldPage.ghtml │ │ │ ├── genshi-auto-mode.html │ │ │ ├── genshi.ghtml │ │ │ ├── goesele-091110-testnote-orig.mm │ │ │ ├── goesele-091110-testnote-temp.mm │ │ │ ├── goesele-091110-testnote.mm │ │ │ ├── goesele-091110-testnote.mm.org │ │ │ ├── goesele-091110-testnote.mm.org.mm │ │ │ ├── haml1.haml │ │ │ ├── heredoc.php │ │ │ ├── heredoc.pl │ │ │ ├── heredoc.py │ │ │ ├── heredoc.rb │ │ │ ├── heredoc.sh │ │ │ ├── hg-2008-03-22-ajax.xhtml │ │ │ ├── hq-070510-test.php │ │ │ ├── hq-070510-test.php.html │ │ │ ├── hq-070524-bug.php │ │ │ ├── hq-071006-index.php │ │ │ ├── html-syntactic-err-l164.html │ │ │ ├── ind-0-error.php │ │ │ ├── indent-bug-html-mode.html │ │ │ ├── java.java │ │ │ ├── jcl-080802-index.html.erb │ │ │ ├── jcl-080802-messages_controller.rb │ │ │ ├── jj-081226.html │ │ │ ├── josh-091115-cancer_summary.xsl │ │ │ ├── jump-parse.html │ │ │ ├── jump-parse.rhtml │ │ │ ├── kp-080604.php │ │ │ ├── kubica-080516-freezing-1.html │ │ │ ├── kubica-080516-freezing-2.html │ │ │ ├── kubica-080516-freezing-2j.html │ │ │ ├── kubica-080516-freezing-3.html │ │ │ ├── kubica-080516-freezing-4.html │ │ │ ├── kubica-080516-freezing-5.html │ │ │ ├── kubica-080516-freezing-6.html │ │ │ ├── kubica-080516-freezing-7.html │ │ │ ├── kubica-080516-freezing-8.html │ │ │ ├── kubica-080516-freezing-9.html │ │ │ ├── kubica-080516-freezing-a-notabs.html │ │ │ ├── kubica-080516-freezing-a.html │ │ │ ├── kubica-080516-freezing-b.html │ │ │ ├── kubica-080516-freezing-c.html │ │ │ ├── kubica-080516-freezing-d.html │ │ │ ├── kubica-080516-freezing-e.html │ │ │ ├── kubica-080516-freezing-f.html │ │ │ ├── kubica-080516-freezing-g.html │ │ │ ├── kubica-080516-freezing-h.html │ │ │ ├── kubica-080516-freezing-i.html │ │ │ ├── kubica-080516-freezing-j.html │ │ │ ├── kubica-080516-freezing-k.html │ │ │ ├── kubica-080516-freezing.css │ │ │ ├── kubica-080516-freezing.html │ │ │ ├── kubica-080516-freezing.txt │ │ │ ├── kwalo-080930.php │ │ │ ├── latex-clojre-mumamo-test.lclj │ │ │ ├── lg-080813-div.html │ │ │ ├── lg-080813-label.html │ │ │ ├── long-lines.txt │ │ │ ├── markdown.markdown │ │ │ ├── mason.mason │ │ │ ├── menu-err.txt │ │ │ ├── mjt-feed.html │ │ │ ├── mjt-imagesearch.html │ │ │ ├── mjt-minimal.html │ │ │ ├── mumamo-and-org.org │ │ │ ├── mumamo-and-org.org.mm │ │ │ ├── ng-080309-read-url.html │ │ │ ├── no-php-end-2.php │ │ │ ├── no-php-end-2.php-log.txt │ │ │ ├── no-php-end-2.php-log2.txt │ │ │ ├── no-php-end-3.php │ │ │ ├── no-php-end-4.php │ │ │ ├── no-php-end.php │ │ │ ├── nojump-parse.html │ │ │ ├── noweb1.now │ │ │ ├── nutshell.mako │ │ │ ├── nxml-bug.html │ │ │ ├── nxml-indent-2.html │ │ │ ├── nxml-indent-3.html │ │ │ ├── nxml-indent-noerr1.html │ │ │ ├── nxml-indent.el │ │ │ ├── nxml-indent.html │ │ │ ├── only-html.html │ │ │ ├── only-php.php │ │ │ ├── pavel-071116.djhtml │ │ │ ├── php-parseable.php │ │ │ ├── question43320.html │ │ │ ├── question44504-folding.html │ │ │ ├── question49234.sh │ │ │ ├── rgr-030809-indexbody.php │ │ │ ├── rgr-080307.php │ │ │ ├── rgr-080308-header-2.php │ │ │ ├── rgr-080308-header.php │ │ │ ├── rgr-080308-indexbody.php │ │ │ ├── rr-090524-header.php │ │ │ ├── rr-090923-header.php │ │ │ ├── rr-address-090304.php │ │ │ ├── rr-address-nxhtml.err │ │ │ ├── rr-min8.php │ │ │ ├── ryan-091104-literal.tpl │ │ │ ├── ryan-091111-wrong-side.tpl │ │ │ ├── schemas.xml │ │ │ ├── sd-080803-test.php │ │ │ ├── senny-091118.htm │ │ │ ├── sheit-2007-12-26.php │ │ │ ├── short-tags.php │ │ │ ├── single-question-sign.html │ │ │ ├── ssjs.ssjs │ │ │ ├── string-bug.php │ │ │ ├── style=.html │ │ │ ├── style=string-font.html │ │ │ ├── svg.svg │ │ │ ├── temp2.php │ │ │ ├── temp3.html │ │ │ ├── test-only-nxml.my-xhtml │ │ │ ├── test.tt │ │ │ ├── tut1.jsp │ │ │ ├── utf8-problem.el │ │ │ ├── wiki-080606-indent.php │ │ │ ├── wiki-080708-ind-problem.rhtml │ │ │ ├── wiki-090804-js.html │ │ │ ├── wiki-2008-01-30.rhtml │ │ │ ├── wiki-comments.php │ │ │ ├── wiki-strange-hili-080629.html │ │ │ ├── xml-as-string.php │ │ │ ├── ygne-2008-02-07-hotproperty.html.php │ │ │ ├── zero-pi.html │ │ │ └── zn-090529-doxysample.php │ │ ├── inemacs │ │ │ └── bug1013.el │ │ ├── mumamo-test.el │ │ ├── nxhtmltest-Q.el │ │ ├── nxhtmltest-helpers.el │ │ └── nxhtmltest-suites.el │ ├── util │ │ ├── anchored-transpose.el │ │ ├── appmenu-fold.el │ │ ├── appmenu.el │ │ ├── as-external.el │ │ ├── buffer-bg.el │ │ ├── chartg.el │ │ ├── css-color.el │ │ ├── css-palette.el │ │ ├── css-simple-completion.el │ │ ├── cus-new-user.el │ │ ├── custsets.el │ │ ├── ecb-batch-compile.el │ │ ├── ediff-url.el │ │ ├── ffip.el │ │ ├── fold-dwim.el │ │ ├── foldit.el │ │ ├── fupd.el │ │ ├── gimpedit.el │ │ ├── gpl.el │ │ ├── hfyview.el │ │ ├── hl-needed.el │ │ ├── html-write.el │ │ ├── idn.el │ │ ├── inlimg.el │ │ ├── key-cat.el │ │ ├── majmodpri.el │ │ ├── markchars.el │ │ ├── mlinks.el │ │ ├── mumamo-aspnet.el │ │ ├── mumamo-fun.el │ │ ├── mumamo-regions.el │ │ ├── mumamo-trace.el │ │ ├── mumamo.el │ │ ├── n-back.el │ │ ├── new-key-seq-widget.el │ │ ├── nxml-mode-os-additions.el │ │ ├── ocr-user.el │ │ ├── org-panel.el │ │ ├── ourcomments-util.el │ │ ├── ourcomments-widgets.el │ │ ├── pause.el │ │ ├── pointback.el │ │ ├── popcmp.el │ │ ├── readme.txt │ │ ├── rebind.el │ │ ├── rnc-mode.el │ │ ├── rxi.el │ │ ├── search-form.el │ │ ├── sex-mode.el │ │ ├── sml-modeline.el │ │ ├── tabkey2.el │ │ ├── tyda.el │ │ ├── udev-ecb.el │ │ ├── udev-rinari.el │ │ ├── udev.el │ │ ├── useful-commands.el │ │ ├── viper-tut.el │ │ ├── vline.el │ │ ├── web-vcs-revision.txt │ │ ├── whelp.el │ │ ├── winsav.el │ │ ├── winsize.el │ │ ├── wrap-to-fill.el │ │ └── zencoding-mode.el │ ├── web-autoload.el │ └── web-vcs.el ├── org-clock-save.el ├── org-docbook.el ├── org-tree-slide.el ├── org-w3m.el ├── powerline.el ├── preview-latex.el ├── rect-mark.el ├── saved-places ├── saveplace.el ├── sr-speedbar.el ├── switch-window.el ├── tab-display.el ├── tex-site.el ├── thinks.el ├── thumbs.el ├── tomorrow │ ├── color-theme-tomorrow.el │ ├── tomorrow-day-theme.el │ ├── tomorrow-night-blue-theme.el │ ├── tomorrow-night-bright-theme.el │ ├── tomorrow-night-eighties-theme.el │ └── tomorrow-night-theme.el ├── tramp ├── tron-theme.el ├── vimpulse.el ├── w3m │ ├── ChangeLog │ ├── ChangeLog.1 │ ├── bookmark-w3m.el │ ├── bookmark-w3m.elc │ ├── mew-w3m.el │ ├── mime-w3m.el │ ├── octet.el │ ├── w3m-antenna.el │ ├── w3m-antenna.elc │ ├── w3m-bookmark.el │ ├── w3m-bookmark.elc │ ├── w3m-bug.el │ ├── w3m-bug.elc │ ├── w3m-ccl.el │ ├── w3m-ccl.elc │ ├── w3m-cookie.el │ ├── w3m-cookie.elc │ ├── w3m-dtree.el │ ├── w3m-dtree.elc │ ├── w3m-ems.el │ ├── w3m-ems.elc │ ├── w3m-favicon.el │ ├── w3m-favicon.elc │ ├── w3m-fb.el │ ├── w3m-fb.elc │ ├── w3m-filter.el │ ├── w3m-filter.elc │ ├── w3m-form.el │ ├── w3m-form.elc │ ├── w3m-hist.el │ ├── w3m-hist.elc │ ├── w3m-image.el │ ├── w3m-image.elc │ ├── w3m-lnum.el │ ├── w3m-lnum.elc │ ├── w3m-load.el │ ├── w3m-mail.el │ ├── w3m-mail.elc │ ├── w3m-namazu.el │ ├── w3m-namazu.elc │ ├── w3m-perldoc.el │ ├── w3m-perldoc.elc │ ├── w3m-proc.el │ ├── w3m-proc.elc │ ├── w3m-rss.el │ ├── w3m-rss.elc │ ├── w3m-search.el │ ├── w3m-search.elc │ ├── w3m-session.el │ ├── w3m-session.elc │ ├── w3m-symbol.el │ ├── w3m-symbol.elc │ ├── w3m-tabmenu.el │ ├── w3m-tabmenu.elc │ ├── w3m-ucs.el │ ├── w3m-util.el │ ├── w3m-util.elc │ ├── w3m-weather.el │ ├── w3m-weather.elc │ ├── w3m.el │ └── w3m.elc ├── wcy-swbuff.el ├── webjump-plus.el └── window-number.el ├── .fbtermrc ├── .fvwm ├── .FvwmConsole-History ├── .fvwm2rc ├── fvwm2rc.bindings ├── fvwm2rc.dock ├── fvwm2rc.menus ├── fvwm2rc.misc ├── fvwm2rc.pager ├── fvwm2rc.settings ├── fvwm2rc.thumbnails ├── fvwm2rc.variables ├── images │ ├── icons │ │ ├── firefox.png │ │ ├── firefoxactive.png │ │ ├── fm.png │ │ ├── gaim.png │ │ ├── gimp.png │ │ ├── leafpad.png │ │ ├── terminal.png │ │ └── thunderbird.png │ ├── mpd │ │ ├── next12.png │ │ ├── pause12.png │ │ ├── play12.png │ │ ├── playlist12.png │ │ ├── prev12.png │ │ └── stop12.png │ ├── none.png │ ├── themes │ │ └── mytheme │ │ │ ├── close-right-active.png │ │ │ ├── close-right-down.png │ │ │ ├── close-right-down2.png │ │ │ ├── close-right-inactive.png │ │ │ ├── iconify-active.png │ │ │ ├── iconify-down.png │ │ │ ├── iconify-inactive.png │ │ │ ├── maximize-active.png │ │ │ ├── maximize-down.png │ │ │ ├── maximize-inactive.png │ │ │ ├── title-active.png │ │ │ └── title-inactive.png │ └── wp │ │ ├── 115.png │ │ ├── 137.png │ │ ├── ISLA.png │ │ ├── NEN1.png │ │ ├── TAG.png │ │ └── imss.png ├── scripts │ ├── Calendar │ ├── TimeAndDate │ ├── mpdSongName │ └── thumb └── themes │ └── mytheme │ ├── fvwm2rc.colorsets │ └── fvwm2rc.wmdeco ├── .i3 └── config ├── .vim └── bundle │ └── vundle │ ├── .gitignore │ ├── CONTRIBUTING.md │ ├── LICENSE-MIT.txt │ ├── README.md │ ├── autoload │ ├── vundle.vim │ └── vundle │ │ ├── config.vim │ │ ├── installer.vim │ │ └── scripts.vim │ ├── doc │ └── vundle.txt │ └── test │ ├── files │ └── test.erl │ ├── minirc.vim │ └── vimrc ├── .viminfo ├── .vimrc ├── .xinitrc └── .zshrc /.Xresouces: -------------------------------------------------------------------------------- 1 | !颜色 2 | Rxvt.background:grey30 3 | Rxvt.foreground:white 4 | Rxvt.colorBD:yellow 5 | Rxvt.colorUL:green 6 | !滚动条 7 | Rxvt.scrollBar:True 8 | Rxvt.scrollBar_right:True 9 | Rxvt.scrollBar_floating: False 10 | Rxvt.scrollstyle:plain 11 | !屏幕缓冲 12 | Rxvt.saveLines:10000 13 | Rxvt.color12:DodgerBlue 14 | Rxvt.menu:/etc/X11/rxvt.menu 15 | Rxvt.preeditType:Root 16 | !!URL操作 17 | URxvt.urlLauncher:firefox 18 | URxvt.matcher.button:1 19 | Urxvt.perl-ext-common:matcher 20 | ! 开启标签功能 21 | URxvt.perl-ext-common: default,tabbed 22 | 23 | 24 | !设置字体分辨率 25 | Xft.dpi:100 26 | !设置字体 27 | URxvt.font:xft:Dejavu Sans Mono:size=9:antialias=True,\ 28 | xft:WenQuanYi Zen Hei Mono:size=10:antialias=True 29 | URxvt.imFont:-bitstream-bitstream charter-medium-r-normal-*-0-0-0-0-p-0-iso10646-1 30 | ! 正确显示中文标点宽度所需 31 | XTerm*cjkWidt:true 32 | XTerm*faceName:DejaVu Sans Mono:size=9 33 | XTerm*faceNameDoublesize:WenQuanYi Zen Hei Mono:size=10 34 | 35 | URxvt.inputMethod:fcitx 36 | 37 | -------------------------------------------------------------------------------- /.bash_profile: -------------------------------------------------------------------------------- 1 | # 2 | # ~/.bash_profile 3 | # 4 | 5 | [[ -f ~/.bashrc ]] && . ~/.bashrc 6 | 7 | # 终端通过ssh登陆linux服务器中文乱码的完美解决 8 | # export LC_ALL='zh_CN.utf8' 9 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-autoeng.config: -------------------------------------------------------------------------------- 1 | [Auto English] 2 | # 选词修饰键 3 | # 可选值: 4 | # None Alt Ctrl Shift 5 | #ChooseModifier=Alt 6 | # 不显示拼写提示 7 | # 可选值: 8 | # True False 9 | #DisableSpell=False 10 | # 拼写提示候选词最大个数 11 | #MaximumHintLength=2 12 | # 在预编辑中保留的最大单词数 13 | #MaximumKeep=3 14 | # 选择候选词时输入额外空格 15 | # 可选值: 16 | # True False 17 | #SelectAddSpace=True 18 | 19 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-chttrans.config: -------------------------------------------------------------------------------- 1 | [TraditionalChinese] 2 | # 简繁转换引擎 3 | # 可选值: 4 | # Native OpenCC 5 | #TransEngine=OpenCC 6 | # 切换来禁用或启用 7 | #Hotkey=CTRL_SHIFT_F 8 | # 输入法启用状态 9 | #EnabledForIM= 10 | 11 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-classic-ui.config: -------------------------------------------------------------------------------- 1 | [ClassicUI] 2 | # 状态栏 X 位置 3 | MainWindowOffsetX=584 4 | # 状态栏 Y 位置 5 | MainWindowOffsetY=1 6 | # 字体大小 7 | #FontSize=0 8 | # 字体 9 | #Font=Sans 10 | # 菜单字体 11 | #MenuFont=Sans 12 | # 字体区域 13 | #FontLocale=zh_CN.UTF-8 14 | # 使用系统托盘 15 | # 可选值: 16 | # True False 17 | #UseTray=True 18 | # 状态栏隐藏模式 19 | # 可选值: 20 | # Show Auto Hide 21 | #MainWindowHideMode=Auto 22 | # 竖排候选词列表 23 | # 可选值: 24 | # True False 25 | #VerticalList=False 26 | # 皮肤名称 27 | SkinType=classic 28 | 29 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-clipboard.config: -------------------------------------------------------------------------------- 1 | [Clipboard] 2 | # 将剪贴板历史保存为文件 3 | # 可选值: 4 | # True False 5 | #SaveHistoryToFile=True 6 | # 剪切板历史长度 7 | #HistoryLength=5 8 | # 每个候选词最大长度 9 | #CandidateMaxLength=43 10 | # 剪贴板历史快捷键 11 | #TriggerKey=CTRL_; 12 | # 使用选区文字 13 | # 可选值: 14 | # True False 15 | #UsePrimary=True 16 | # 选词修饰键 17 | # 可选值: 18 | # None Alt Ctrl Shift 19 | #ChooseModifier=None 20 | # 忽略空白的剪贴板内容 21 | # 可选值: 22 | # True False 23 | #IgnoreBlank=True 24 | 25 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-imselector.config: -------------------------------------------------------------------------------- 1 | [IMSelector] 2 | # 局部输入法选择 3 | #LocalInputMethodSelectKey= 4 | # 全局输入法选择 5 | #GlobalInputMethodSelectKey= 6 | # 清除局部输入法 7 | #ClearLocal= 8 | 9 | [GlobalSelector] 10 | # 切换至第1个输入法 11 | #IM1= 12 | # 切换至第2个输入法 13 | #IM2= 14 | # 切换至第3个输入法 15 | #IM3= 16 | # 切换至第4个输入法 17 | #IM4= 18 | # 切换至第5个输入法 19 | #IM5= 20 | # 切换至第6个输入法 21 | #IM6= 22 | # 切换至第7个输入法 23 | #IM7= 24 | # 切换至第8个输入法 25 | #IM8= 26 | # 切换至第9个输入法 27 | #IM9= 28 | 29 | [LocalSelector] 30 | # 切换至第1个输入法 31 | #IM1= 32 | # 切换至第2个输入法 33 | #IM2= 34 | # 切换至第3个输入法 35 | #IM3= 36 | # 切换至第4个输入法 37 | #IM4= 38 | # 切换至第5个输入法 39 | #IM5= 40 | # 切换至第6个输入法 41 | #IM6= 42 | # 切换至第7个输入法 43 | #IM7= 44 | # 切换至第8个输入法 45 | #IM8= 46 | # 切换至第9个输入法 47 | #IM9= 48 | 49 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-keyboard.config: -------------------------------------------------------------------------------- 1 | [Keyboard] 2 | # 选择候选词时输入额外空格 3 | # 可选值: 4 | # True False 5 | #CommitWithExtraSpace=False 6 | # 选词修饰键 7 | # 可选值: 8 | # None Alt Ctrl Shift 9 | #ChooseModifier=Alt 10 | # 切换单词提示 11 | #HotkeyToggleWordHint=CTRL_ALT_H 12 | # 最小触发单词提示长度 13 | #MinimumHintLength=1 14 | # 拼写提示候选词最大个数 15 | #MaximumHintLength=5 16 | # 使用回车确认已输入字符串 17 | # 可选值: 18 | # True False 19 | #UseEnterToCommit=True 20 | # 当前输入内容加入用户词典 21 | #HotkeyAddToUserDict=CTRL_ALT_N 22 | 23 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-pinyin-enhance.config: -------------------------------------------------------------------------------- 1 | [Pinyin Enhance] 2 | # 将简拼视为英文 3 | # 可选值: 4 | # True False 5 | #ShortAsEnglish=False 6 | # 允许替换第一个候选词 7 | # 可选值: 8 | # True False 9 | #AllowReplaceFirst=True 10 | # 不显示拼写提示 11 | # 可选值: 12 | # True False 13 | #DisableSpell=False 14 | # 拼写提示候选词最大个数 15 | #MaximumHintLength=1 16 | # 以词定字 17 | #InputCharFromPhraseString=[] 18 | # 切换至以词定字模式 19 | #InputCharFromPhraseKey= 20 | # 禁用拼音符号 21 | # 可选值: 22 | # True False 23 | #DisableSym=False 24 | # 笔画输入触发长度 25 | #StrokeThresh=2 26 | # 笔画输入结果的最大个数 27 | #StrokeLimit=3 28 | 29 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-quickphrase.config: -------------------------------------------------------------------------------- 1 | [QuickPhrase] 2 | # 快速输入的触发键 3 | # 可选值: 4 | # None Semicolon Grave 5 | #QuickPhraseTriggerKey=Semicolon 6 | # 额外的快速输入触发键 7 | #AlternativeTriggerKey= 8 | # 选词修饰键 9 | # 可选值: 10 | # None Alt Ctrl Shift 11 | #ChooseModifier=None 12 | # 不显示拼写提示 13 | # 可选值: 14 | # True False 15 | #DisableSpell=False 16 | # 拼写提示候选词最大个数 17 | #MaximumHintLength=2 18 | 19 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-spell.config: -------------------------------------------------------------------------------- 1 | [Spell Hint] 2 | # 首选的Enchant后端 3 | # 可选值: 4 | # Default Aspell Myspell 5 | #PreferredEnchantProvider=Myspell 6 | # 拼写提示默认使用的后端顺序 7 | #HintProvidersOrder=presage,custom,enchant 8 | 9 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-unicode.config: -------------------------------------------------------------------------------- 1 | [Unicode] 2 | # 按键 3 | #Key=CTRL_ALT_SHIFT_U 4 | 5 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-xim.config: -------------------------------------------------------------------------------- 1 | [Xim] 2 | # 对XIM使用On The Spot风格(无法在运行时切换) 3 | # 可选值: 4 | # True False 5 | #UseOnTheSpotStyle=False 6 | 7 | -------------------------------------------------------------------------------- /.config/fcitx/conf/fcitx-xkb.config: -------------------------------------------------------------------------------- 1 | [X Keyboard] 2 | # 允许覆盖系统的 XKB 设置 3 | # 可选值: 4 | # True False 5 | #OverrideSystemXKBSettings=True 6 | # 忽略输入法的键盘布局请求 7 | # 可选值: 8 | # True False 9 | #IgnoreInputMethodLayoutRequest=False 10 | # xmodmap 命令 11 | #XModmapCommand=xmodmap 12 | # 在键盘布局修改之后应用自定义的 xmodmap 脚本 13 | #CustomXModmapScript= 14 | 15 | -------------------------------------------------------------------------------- /.config/fcitx/data/layout_override: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.config/fcitx/data/layout_override -------------------------------------------------------------------------------- /.config/fcitx/data/punc.mb.zh_CN: -------------------------------------------------------------------------------- 1 | . 。 2 | , , 3 | ? ? 4 | " “ ” 5 | : : 6 | ; ; 7 | ' ‘ ’ 8 | < 《 9 | > 》 10 | \ 、 11 | ! ! 12 | $ ¥ 13 | ^ …… 14 | * * 15 | _ —— 16 | ( ( 17 | ) ) 18 | [ · 19 | ] 『 』 20 | ~ ~ 21 | -------------------------------------------------------------------------------- /.config/fcitx/dbus/9574a570e81041109e55de9e13397406-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.config/fcitx/dbus/9574a570e81041109e55de9e13397406-0 -------------------------------------------------------------------------------- /.config/fcitx/dbus/d228cc19273365e038e4310c51909bc4-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.config/fcitx/dbus/d228cc19273365e038e4310c51909bc4-0 -------------------------------------------------------------------------------- /.config/fcitx/dbus/d228cc19273365e038e4310c51909bc4-1: -------------------------------------------------------------------------------- 1 | unix:abstract=/tmp/dbus-kQZJvP0qV9,guid=30a2216f82b95614e8458d7951917f98m P -------------------------------------------------------------------------------- /.config/fcitx/pinyin/pyindex.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.config/fcitx/pinyin/pyindex.dat -------------------------------------------------------------------------------- /.config/fcitx/pinyin/pyusrphrase.mb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.config/fcitx/pinyin/pyusrphrase.mb -------------------------------------------------------------------------------- /.config/openbox/autostart: -------------------------------------------------------------------------------- 1 | # 2 | # These things are run when an Openbox X Session is started. 3 | # You may place a similar script in $HOME/.config/openbox/autostart 4 | # to run user-specific things. 5 | # 6 | 7 | # If you want to use GNOME config tools... 8 | # 9 | #if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then 10 | # /usr/lib/openbox/gnome-settings-daemon & 11 | #elif which gnome-settings-daemon >/dev/null 2>&1; then 12 | # gnome-settings-daemon & 13 | #fi 14 | 15 | # If you want to use XFCE config tools... 16 | # 17 | #xfce-mcs-manager & 18 | 19 | volumeicon & 20 | tint2 & 21 | -------------------------------------------------------------------------------- /.config/openbox/environment: -------------------------------------------------------------------------------- 1 | # 2 | # Set system-wide environment variables here for Openbox 3 | # User-specific variables should be placed in $HOME/.config/openbox/environment 4 | # 5 | 6 | # To set your language for displaying messages and time/date formats, use the following: 7 | #LANG=en_CA.UTF8 8 | 9 | # To set your keyboard layout, you need to modify your X config: 10 | # http://www.google.com/search?q=how+to+set+keyboard+layout+xorg 11 | -------------------------------------------------------------------------------- /.emacs.d/auctex.el: -------------------------------------------------------------------------------- 1 | ;;; auctex.el 2 | ;; 3 | ;; This can be used for starting up AUCTeX. The following somewhat 4 | ;; strange trick causes tex-site.el to be loaded in a way that can be 5 | ;; safely undone using (unload-feature 'tex-site). 6 | ;; 7 | (autoload 'TeX-load-hack 8 | (expand-file-name "tex-site.el" (file-name-directory load-file-name))) 9 | (TeX-load-hack) 10 | 11 | -------------------------------------------------------------------------------- /.emacs.d/auctex/.nosearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/.nosearch -------------------------------------------------------------------------------- /.emacs.d/auctex/font-latex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/font-latex.el -------------------------------------------------------------------------------- /.emacs.d/auctex/images/dropdown.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * dropdown_xpm[] = { 3 | "10 24 3 1", 4 | " c None s backgroundToolBarColor", 5 | ". c #292C29", 6 | "+ c #B3B3B3", 7 | " ", 8 | " ", 9 | " ", 10 | " ", 11 | " ", 12 | " ", 13 | " ", 14 | " ", 15 | " ", 16 | " ", 17 | " . . ", 18 | " ... ... ", 19 | " ...... ", 20 | " .... ", 21 | " .. ", 22 | " ++ ", 23 | " ", 24 | " ", 25 | " ", 26 | " ", 27 | " ", 28 | " ", 29 | " ", 30 | " "}; 31 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/error.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * error22_xpm[] = { 3 | "24 24 8 1", 4 | " c None s backgroundToolBarColor", 5 | ". c #847000", 6 | "+ c #000000", 7 | "@ c #F0C900", 8 | "# c #AB9100", 9 | "$ c #887821", 10 | "% c #AA9629", 11 | "& c #51470D", 12 | " ", 13 | " ", 14 | " .++. ", 15 | " +@@@@+ ", 16 | " #.@@@@.# ", 17 | " +@@@@@@+ ", 18 | " #.@@@@@@.# ", 19 | " +@@@++@@@+ ", 20 | " #.@@@++@@@.# ", 21 | " +@@@@++@@@@+ ", 22 | " #.@@@@++@@@@.# ", 23 | " +@@@@@++@@@@@+ ", 24 | " #.@@@@@++@@@@@.# ", 25 | " +@@@@@@$$@@@@@@+ ", 26 | " #.@@@@@@%%@@@@@@.# ", 27 | " +@@@@@@@@@@@@@@@@+ ", 28 | " .#@@@@@@@++@@@@@@@#. ", 29 | " &@@@@@@@@++@@@@@@@@& ", 30 | " &@@@@@@@@@@@@@@@@@@& ", 31 | " +@@@@@@@@@@@@@@@@+ ", 32 | " .++++++++++++++. ", 33 | " ", 34 | " ", 35 | " "}; 36 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr16.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *noway16[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 9 1", 5 | " c red", 6 | ". c #FD0D0D", 7 | "X c #FA1C1C", 8 | "o c #F52D2D", 9 | "O c #FB5B5B", 10 | "+ c #FC6060", 11 | "@ c #FFBBBB", 12 | "# c #FEFEFE", 13 | "$ c None", 14 | /* pixels */ 15 | "$$$$$ XXXX $$$$$", 16 | "$$$X. .X$$$", 17 | "$$o o$$", 18 | "$X. .X$", 19 | "$. .$", 20 | " ", 21 | "O@@@@@@@@@@@@@@O", 22 | "+##############+", 23 | "+##############+", 24 | "O@@@@@@@@@@@@@@O", 25 | " ", 26 | "$. .$", 27 | "$X. .X$", 28 | "$$o o$$", 29 | "$$$X. .X$$$", 30 | "$$$$$ XXXX $$$$$" 31 | }; 32 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr20.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *noway20[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 20 9 1", 5 | " c red", 6 | ". c #FF0404", 7 | "X c #FD0F0F", 8 | "o c #F91919", 9 | "O c #F82828", 10 | "+ c #F33636", 11 | "@ c #ED4A4A", 12 | "# c #FEFEFE", 13 | "$ c None", 14 | /* pixels */ 15 | "$$$$$$@+OXXO+@$$$$$$", 16 | "$$$$OO. .OO$$$$", 17 | "$$$@. .@$$$", 18 | "$$@. .@$$", 19 | "$O. .O$", 20 | "$o o$", 21 | "@. .@", 22 | "+ +", 23 | "o##################o", 24 | "o##################o", 25 | "o##################o", 26 | "o##################o", 27 | "+ +", 28 | "@. .@", 29 | "$o o$", 30 | "$O. .O$", 31 | "$$@. .@$$", 32 | "$$$@. .@$$$", 33 | "$$$$OO. .OO$$$$", 34 | "$$$$$$@+OXXO+@$$$$$$" 35 | }; 36 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prverr24.xbm: -------------------------------------------------------------------------------- 1 | #define wutz_width 24 2 | #define wutz_height 24 3 | static unsigned char wutz_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xc0, 0xff, 0x03, 0xf0, 0xff, 0x0f, 5 | 0xf8, 0xff, 0x1f, 0xf8, 0xff, 0x1f, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f, 6 | 0xfe, 0xff, 0x7f, 0x02, 0x00, 0x40, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 7 | 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x02, 0x00, 0x40, 0xfe, 0xff, 0x7f, 8 | 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f, 0xf8, 0xff, 0x1f, 0xf8, 0xff, 0x1f, 9 | 0xf0, 0xff, 0x0f, 0xc0, 0xff, 0x03, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00 }; 10 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex12.xbm: -------------------------------------------------------------------------------- 1 | /* Created with The GIMP */ 2 | #define preview12_width 12 3 | #define preview12_height 12 4 | static unsigned char preview12_bits[] = { 5 | 0xff, 0x0f, 0x41, 0x08, 0x21, 0x08, 0x6f, 0x0d, 0x35, 0x0a, 0x75, 0x0a, 6 | 0x6b, 0x0b, 0x82, 0x0c, 0x7c, 0x08, 0xf0, 0x08, 0x00, 0x0f, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex12.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * preview12_xpm[] = { 3 | "12 12 17 1", 4 | " c None", 5 | ". c #020202", 6 | "+ c #1E1E1A", 7 | "@ c #626256", 8 | "# c #7D7D70", 9 | "$ c #8A8A7A", 10 | "% c #969686", 11 | "& c #A6A692", 12 | "* c #B2B29E", 13 | "= c #46463E", 14 | "- c #BEBEAA", 15 | "; c #1A1A16", 16 | "> c #CECEB2", 17 | ", c #363632", 18 | "' c #6E6E62", 19 | ") c #0E0E0E", 20 | "! c #52524A", 21 | "............", 22 | ".>>>>$*>>>>.", 23 | ".>>>>&>>>>>.", 24 | ".'.,@+##&$%.", 25 | ".>)>'#>>&!>.", 26 | ".>=%#%%>@&>.", 27 | "..,@>*>-@&>=", 28 | " # #,>>#-%%.", 29 | " . @,%>>>>.", 30 | " . !;#>>>.", 31 | " . . ,;.", 32 | " . .. .."}; 33 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex16.xbm: -------------------------------------------------------------------------------- 1 | /* Created with The GIMP */ 2 | #define preview16_width 16 3 | #define preview16_height 16 4 | static unsigned char preview16_bits[] = { 5 | 0xff, 0xff, 0x01, 0x81, 0x81, 0x80, 0xbd, 0xad, 0x49, 0xa8, 0xc9, 0x91, 6 | 0x49, 0x90, 0x9e, 0x99, 0x1c, 0xac, 0x7d, 0x84, 0xf1, 0x80, 0xf2, 0x87, 7 | 0x22, 0xfa, 0x24, 0x52, 0x24, 0x5a, 0xc8, 0x94 }; 8 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex16.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * preview16_xpm[] = { 3 | "16 16 17 1", 4 | " c None", 5 | ". c #020202", 6 | "+ c #1A1A16", 7 | "@ c #636357", 8 | "# c #6E6E62", 9 | "$ c #828276", 10 | "% c #8A8A7A", 11 | "& c #969686", 12 | "* c #A6A692", 13 | "= c #B2B29E", 14 | "- c #BABAA6", 15 | "; c #363632", 16 | "> c #BEBEAA", 17 | ", c #52524A", 18 | "' c #CECEB2", 19 | ") c #46463E", 20 | "! c #7A7A6E", 21 | "................", 22 | ".''''''>@''''''.", 23 | ".''''''%>''''''.", 24 | ".'!..#*;,=#*'#=.", 25 | ".''.''!*>''&=@'.", 26 | ".''.''#@>''>)='.", 27 | ".'',,'#!@>'&@''.", 28 | " .;@;''*>'')%''.", 29 | " -$$;'''''%!>@=.", 30 | ". &$@;&'''*''>'.", 31 | ". @,+$'''''''.", 32 | " . ...;;;+''''.", 33 | " . . . .....", 34 | " . . . . . ", 35 | " . . . .. . ", 36 | " . .. . . ."}; 37 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex20.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * preview20_xpm[] = { 3 | "20 20 17 1", 4 | " c None", 5 | ". c #000200", 6 | "+ c #151614", 7 | "@ c #20211F", 8 | "# c #31312A", 9 | "$ c #3D3C35", 10 | "% c #474439", 11 | "& c #504F48", 12 | "* c #626054", 13 | "= c #727063", 14 | "- c #7E7E6F", 15 | "; c #888A7A", 16 | "> c #969987", 17 | ", c #A9A992", 18 | "' c #B8B8A1", 19 | ") c #C6C5AA", 20 | "! c #CFCDB1", 21 | " .@@@@@@@@@@@@@@@@. ", 22 | " %!!!!!!!''!!!!!!!% ", 23 | " %!!!!!!)&>!!!!!!!% ", 24 | " %!!!!!!>*'!!!!!!!% ", 25 | " %!!!!!)&*')')!!''% ", 26 | " @&@+#*&*=#;&*)'%-% ", 27 | " %!,>!,=;,)!)=,-$'% ", 28 | " %!,>!'=&-!!!'*#;!% ", 29 | " %!,-),=>','!!$&)!% ", 30 | " %!)$$'&&=%)!,+;!!% ", 31 | " %!','!);;!!)%**!!% ", 32 | " $;*$!!!!!!!;%'->)% ", 33 | " *=$!!!!!!)*-!'*;% ", 34 | " @>;*='!!!!),)!!''% ", 35 | " . *&&,!!!!!!!!!!% ", 36 | " ..+##@>,,,,,,,$ ", 37 | " . . . ......... ", 38 | " . . . ... . . ", 39 | " . . . . ... . ", 40 | " . . "}; 41 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvtex24.xbm: -------------------------------------------------------------------------------- 1 | /* Created with The GIMP */ 2 | #define preview_width 24 3 | #define preview_height 24 4 | static unsigned char preview_bits[] = { 5 | 0xfe, 0xff, 0x7f, 0x02, 0x00, 0x40, 0x02, 0x18, 0x40, 0x02, 0x0c, 0x40, 6 | 0x02, 0x04, 0x40, 0x02, 0x00, 0x50, 0xfe, 0xde, 0x59, 0x32, 0x03, 0x49, 7 | 0x32, 0x0f, 0x4f, 0x32, 0x07, 0x46, 0x32, 0x23, 0x46, 0x62, 0x1e, 0x47, 8 | 0x02, 0x0c, 0x47, 0x02, 0x80, 0x4d, 0x32, 0x80, 0x48, 0x2c, 0xc0, 0x58, 9 | 0x42, 0x00, 0x40, 0xc2, 0x01, 0x40, 0xe4, 0x0e, 0x40, 0x44, 0xf4, 0x7f, 10 | 0x48, 0xa4, 0x24, 0x48, 0xb4, 0x24, 0x90, 0x29, 0x47, 0x10, 0x00, 0x40 }; 11 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk12.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * nwork12_xpm[] = { 3 | "12 12 17 1", 4 | " c None", 5 | ". c #0F110E", 6 | "+ c #161815", 7 | "@ c #1F211E", 8 | "# c #383937", 9 | "$ c #6A6C69", 10 | "% c #818380", 11 | "& c #E46767", 12 | "* c #FF6467", 13 | "= c #959794", 14 | "- c #DC9897", 15 | "; c #ADAFAC", 16 | "> c #FF9797", 17 | ", c #C6C8C5", 18 | "' c #FFCBCA", 19 | ") c #E4E6E3", 20 | "! c #FBFDFA", 21 | " >> ", 22 | " '**' ", 23 | " >>>> ", 24 | " '*''*' ", 25 | " >>!)>> ", 26 | " '*,==,*' ", 27 | " >>$@=!>> ", 28 | " '*';#;!'*' ", 29 | " >>!$$=!,-> ", 30 | "'*'=)%!%.@&'", 31 | ">>!=!=;..+$>", 32 | " ********** "}; 33 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk14.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * nwork14_xpm[] = { 3 | "14 14 17 1", 4 | " c None", 5 | ". c #000100", 6 | "+ c #161816", 7 | "@ c #222421", 8 | "# c #2A2C29", 9 | "$ c #363836", 10 | "% c #525451", 11 | "& c #686A67", 12 | "* c #828481", 13 | "= c #FF6467", 14 | "- c #949693", 15 | "; c #A4A6A3", 16 | "> c #FF9797", 17 | ", c #B8BAB7", 18 | "' c #D8D6D4", 19 | ") c #FFCBCA", 20 | "! c #FAFDF9", 21 | " >> ", 22 | " )==) ", 23 | " >>>> ", 24 | " )=))=) ", 25 | " >>!!>> ", 26 | " )=)!!)=) ", 27 | " >>''@!>> ", 28 | " )=&%#!!)=) ", 29 | " >>-@$!!!>> ", 30 | " )=);%&!!!)=) ", 31 | " >>!&&;,!&,>> ", 32 | ")=)*',,'@.+'=)", 33 | ">>!-!';$+++%>>", 34 | " ============ "}; 35 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk16.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * nwork16_xpm[] = { 3 | "16 16 17 1", 4 | " c None", 5 | ". c #040703", 6 | "+ c #0E100D", 7 | "@ c #262825", 8 | "# c #434542", 9 | "$ c #4C4E4B", 10 | "% c #5B5D5A", 11 | "& c #70726F", 12 | "* c #868885", 13 | "= c #D86467", 14 | "- c #FF6467", 15 | "; c #A69F9F", 16 | "> c #FF9797", 17 | ", c #B6B8B5", 18 | "' c #C7C9C6", 19 | ") c #D5D7D4", 20 | "! c #FAFCF9", 21 | " >> ", 22 | " -- ", 23 | " >--> ", 24 | " ->>- ", 25 | " >-!!-> ", 26 | " ->!!>- ", 27 | " >-!!&*-> ", 28 | " -;#@;)>- ", 29 | " >-#&.;!!-> ", 30 | " ->!+@,!!>- ", 31 | " >-!&@%;!!!-> ", 32 | " ->)#,%,,&.;- ", 33 | " >-!%'!#!$..+=> ", 34 | " ->!&!!&&..++#- ", 35 | ">->>>>>>>>>>>>->", 36 | " >>>>>>>>>>>>>> "}; 37 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk20.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * nwork20_xpm[] = { 3 | "20 20 17 1", 4 | " c None", 5 | ". c #000100", 6 | "+ c #262825", 7 | "@ c #2B2D2A", 8 | "# c #444643", 9 | "$ c #575956", 10 | "% c #726D6B", 11 | "& c #D16668", 12 | "* c #FF6467", 13 | "= c #979794", 14 | "- c #E4999A", 15 | "; c #B1B3B0", 16 | "> c #FF9797", 17 | ", c #C9CBC8", 18 | "' c #D3D5D2", 19 | ") c #E5E7E3", 20 | "! c #FDFFFB", 21 | " ** ", 22 | " >**> ", 23 | " **** ", 24 | " >****> ", 25 | " **>>** ", 26 | " >**!!**> ", 27 | " **>!!>** ", 28 | " >**!!)!**> ", 29 | " **>!'.)>** ", 30 | " >*%$$;,!!**> ", 31 | " *&=;.=!!!>** ", 32 | " >*&;@@=!!!!**> ", 33 | " **>,$=;!!!!>** ", 34 | " >**)#%;=!!!!!**> ", 35 | " **>=,;=';!,#;>** ", 36 | " >**)%!)%!!=+..,**> ", 37 | " **>='!)%!;....@-** ", 38 | ">**!;!!!='#####$=**>", 39 | "********************", 40 | "********************"}; 41 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/prvwrk24.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/images/prvwrk24.xbm -------------------------------------------------------------------------------- /.emacs.d/auctex/images/sep.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * sep_xpm[] = { 3 | "1 24 2 1", 4 | " c None s backgroundToolBarColor", 5 | ". c #776758", 6 | " ", 7 | " ", 8 | " ", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | " ", 28 | " ", 29 | " "}; 30 | -------------------------------------------------------------------------------- /.emacs.d/auctex/images/view.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * view15_xpm[] = { 3 | "24 24 4 1", 4 | " c None s backgroundToolBarColor", 5 | ". c #000000", 6 | "+ c #565656", 7 | "@ c #FFFFFF", 8 | " ", 9 | " ", 10 | " ", 11 | " ", 12 | " ... ", 13 | " .+ . ", 14 | " .+ . ", 15 | " .+ .+ ", 16 | " .+ .+ ... ", 17 | " .+ .+ ..", 18 | " .... .+ .", 19 | " .@@ +. .+ .+", 20 | " .@@@ +. .+ .+ ", 21 | " .@@@ . .... .+ ", 22 | " . @ ...@@ +.. ", 23 | " +. +. .@@@ +. ", 24 | " +.++. .@@@ . ", 25 | " +.. . @ . ", 26 | " +. +. ", 27 | " +.++. ", 28 | " +.. ", 29 | " ", 30 | " ", 31 | " "}; 32 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/.nosearch: -------------------------------------------------------------------------------- 1 | ;; AUCTeX style/ and auto/ directories should not appear in load path. 2 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/CJKutf8.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:30 2012 3 | ;;; from file /build/src/auctex-11.87/style/CJKutf8.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "CJKutf8" #[nil "\300\301!\207" [TeX-run-style-hooks "CJK"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/alphanum.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/alphanum.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsart.el: -------------------------------------------------------------------------------- 1 | ;;; amsart.el --- Style hook for the AMS-LaTeX article document class. 2 | 3 | ;;; Code: 4 | 5 | (TeX-add-style-hook "amsart" 6 | (function 7 | (lambda () 8 | (TeX-run-style-hooks "amsmath" "amsthm")))) 9 | 10 | ;;; amsart.el ends here. 11 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsart.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/amsart.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "amsart" #[nil "\300\301\302\"\207" [TeX-run-style-hooks "amsmath" "amsthm"] 3]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbook.el: -------------------------------------------------------------------------------- 1 | ;;; amsbook.el --- Style hook for the AMS-LaTeX book document class. 2 | 3 | ;;; Code: 4 | 5 | (TeX-add-style-hook "amsbook" 6 | (function 7 | (lambda () 8 | (TeX-run-style-hooks "amsmath" "amsthm")))) 9 | 10 | ;;; amsbook.el ends here. 11 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbook.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/amsbook.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "amsbook" #[nil "\300\301\302\"\207" [TeX-run-style-hooks "amsmath" "amsthm"] 3]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbsy.el: -------------------------------------------------------------------------------- 1 | ;;; amsbsy.el --- Style hook for the AMS-LaTeX amsbsy package. 2 | ;;; 3 | ;;; AUTHOR: Carsten Dominik 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook "amsbsy" 8 | (function 9 | (lambda () 10 | (TeX-add-symbols 11 | '("boldsymbol" "Symbol") 12 | '("pmb" "Symbol") 13 | )))) 14 | 15 | (defvar LaTeX-amsbsy-package-options nil 16 | "Package options for the amsbsy package.") 17 | 18 | ;;; amsbsy.el ends here. 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsbsy.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/amsbsy.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "amsbsy" #[nil "\300\301\302\"\207" [TeX-add-symbols ("boldsymbol" "Symbol") ("pmb" "Symbol")] 3]) 17 | #@41 Package options for the amsbsy package. 18 | (defvar LaTeX-amsbsy-package-options nil (#$ . 626)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsopn.el: -------------------------------------------------------------------------------- 1 | ;;; amsopn.el --- Style hook for the AMS-LaTeX amsopn package. 2 | ;;; 3 | ;;; AUTHOR: Carsten Dominik 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook "amsopn" 8 | (function 9 | (lambda () 10 | (TeX-add-symbols 11 | '("DeclareMathOperator" "Operator (with \\)" "Text") 12 | '("DeclareMathOperator*" "Operator (with \\)" "Text") 13 | '("operatorname" t) 14 | '("operatorname*" t))))) 15 | 16 | (defvar LaTeX-amsopn-package-options '("namelimits" "nonamelimits") 17 | "Package options for the amsopn package.") 18 | 19 | ;;; amsopn.el ends here. 20 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amsopn.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/amsopn.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "amsopn" #[nil "\300\301\302\303\304$\207" [TeX-add-symbols ("DeclareMathOperator" "Operator (with \\)" "Text") ("DeclareMathOperator*" "Operator (with \\)" "Text") ("operatorname" t) ("operatorname*" t)] 5]) 17 | #@41 Package options for the amsopn package. 18 | (defvar LaTeX-amsopn-package-options '("namelimits" "nonamelimits") (#$ . 736)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstex.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/amstex.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "amstex" #[nil "\301>?\205\n\302\303!\207" [major-mode (plain-tex-mode ams-tex-mode) TeX-run-style-hooks "amsmath"] 2]) 17 | #@41 Package options for the amstex package. 18 | (defvar LaTeX-amstex-package-options '("noamsfonts" "psamsfonts" "intlimits" "nointlimits" "sumlimits" "nosumlimits" "namelimits" "nonamelimits" "leqno" "reqno" "centertags" "tbtags" "fleqn" "righttag" "ctagsplt" "intlim" "nosumlim" "nonamelm") (#$ . 649)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstext.el: -------------------------------------------------------------------------------- 1 | ;;; amstext.el --- Style hook for the AMS-LaTeX amstext package. 2 | ;;; 3 | ;;; AUTHOR: Carsten Dominik 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook "amstext" 8 | (function 9 | (lambda () 10 | (TeX-add-symbols 11 | '("text" t))))) 12 | 13 | (defvar LaTeX-amstext-package-option nil 14 | "Package options for the amstext package.") 15 | 16 | ;;; amstext.el ends here. 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/amstext.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/amstext.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "amstext" #[nil "\300\301!\207" [TeX-add-symbols ("text" t)] 2]) 17 | #@42 Package options for the amstext package. 18 | (defvar LaTeX-amstext-package-option nil (#$ . 593)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/article.el: -------------------------------------------------------------------------------- 1 | ;;; article.el - Special code for article style. 2 | 3 | ;; $Id: article.el,v 1.4 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "article" 9 | (lambda () 10 | (LaTeX-largest-level-set "section"))) 11 | 12 | ;;; article.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/article.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/article.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "article" #[nil "\300\301!\207" [LaTeX-largest-level-set "section"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/austrian.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:31 2012 3 | ;;; from file /build/src/auctex-11.87/style/austrian.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "austrian" #[nil "\300\301!\207" [TeX-run-style-hooks "german"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/biblatex.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:31 2012 3 | ;;; from file /build/src/auctex-11.87/style/biblatex.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "biblatex" #[nil "\205\302\211\207" [LaTeX-biblatex-use-Biber LaTeX-using-Biber t] 2]) 17 | #@43 Package options for the biblatex package. 18 | (defvar LaTeX-biblatex-package-options nil (#$ . 620)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/book.el: -------------------------------------------------------------------------------- 1 | ;;; book.el - Special code for book style. 2 | 3 | ;; $Id: book.el,v 1.5 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "book" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | ;;; book.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/book.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/book.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "book" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/captcont.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:28 2012 3 | ;;; from file /build/src/auctex-11.87/style/captcont.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "captcont" #[nil "\300\301\302\"\210\303\304!\205\305\306\307\"\207" [TeX-add-symbols ("captcont" ["list entry"] "Caption") ("captcont*" ["list entry"] "Caption") featurep font-latex font-latex-add-keywords (("captcont" "*[{")) textual] 3]) 17 | #@43 Package options for the captcont package. 18 | (defvar LaTeX-captcont-package-options '("figbotcap" "figtopcap" "tabbotcap" "tabtopcap") (#$ . 772)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/czech.el: -------------------------------------------------------------------------------- 1 | ;;; czech.el --- Setup AUCTeX for editing Czech text. 2 | 3 | (TeX-add-style-hook 4 | "czech" 5 | (lambda () 6 | (unless (eq (car TeX-quote-language) 'override) 7 | (setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote))) 8 | (run-hooks 'TeX-language-cz-hook))) 9 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/czech.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/czech.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "czech" #[nil "@\302=\204 \303\304\305 F\306\307!\207" [TeX-quote-language TeX-quote-after-quote override "czech" "\\uv{" "}" run-hooks TeX-language-cz-hook] 4]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/danish.el: -------------------------------------------------------------------------------- 1 | ;;; danish.el --- Setup AUCTeX for editing Danish text. 2 | 3 | ;;; Code: 4 | 5 | (TeX-add-style-hook 6 | "danish" 7 | (lambda () 8 | (unless (eq (car TeX-quote-language) 'override) 9 | (setq TeX-quote-language `("danish" "\"`" "\"'" ,TeX-quote-after-quote))) 10 | (setq LaTeX-babel-hyphen-language "danish") 11 | ;; Fontification of quotation marks. 12 | (when (fboundp 'font-latex-add-quotes) 13 | (font-latex-add-quotes '("\"`" "\"'")) 14 | (font-latex-add-quotes '("\">" "\"<" german))) 15 | (run-hooks 'TeX-language-dk-hook))) 16 | 17 | ;;; danish.el ends here 18 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/danish.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/danish.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "danish" #[nil "@\303=\204 \304\305\306 F\304\307\310!\203\310\311!\210\310\312!\210\313\314!\207" [TeX-quote-language TeX-quote-after-quote LaTeX-babel-hyphen-language override "danish" "\"`" "\"'" fboundp font-latex-add-quotes ("\"`" "\"'") ("\">" "\"<" german) run-hooks TeX-language-dk-hook] 4]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk-bib.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/dk-bib.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk.el: -------------------------------------------------------------------------------- 1 | ;;; dk.el - Setup AUC TeX for editing Danish text. 2 | 3 | ;; $Id: dk.el,v 1.2 1993/12/15 21:42:40 amanda Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook "dk" 8 | (function (lambda () 9 | (run-hooks 'TeX-language-dk-hook)))) 10 | 11 | ;;; dk.el ends here 12 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dk.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/dk.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "dk" #[nil "\300\301!\207" [run-hooks TeX-language-dk-hook] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/doc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/doc.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dutch.el: -------------------------------------------------------------------------------- 1 | ;;; dutch.el - Setup AUC TeX for editing Dutch text. 2 | 3 | ;; $Id: dutch.el,v 1.2 1993/12/15 21:42:42 amanda Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook "dutch" 8 | (function (lambda () 9 | (run-hooks 'TeX-language-nl-hook)))) 10 | 11 | ;;; dutch.el ends here 12 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/dutch.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/dutch.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "dutch" #[nil "\300\301!\207" [run-hooks TeX-language-nl-hook] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/francais.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:29 2012 3 | ;;; from file /build/src/auctex-11.87/style/francais.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "francais" #[nil "\300\301!\207" [TeX-run-style-hooks "frenchb"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/french.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:31 2012 3 | ;;; from file /build/src/auctex-11.87/style/french.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "french" #[nil "\301\235\205\302\235?\205\303\235?\205\304\235?\205\305\306!\207" [TeX-active-styles "babel" "frenchpro" "frenchle" "mlp" TeX-run-style-hooks "frenchb"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/graphics.el: -------------------------------------------------------------------------------- 1 | ;;; graphics.el --- Handle graphical commands in LaTeX 2e. 2 | 3 | ;;; Code: 4 | 5 | (TeX-add-style-hook "graphics" 6 | (function 7 | (lambda () 8 | (TeX-run-style-hooks "graphicx")))) 9 | 10 | ;;; graphics.el ends here. 11 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/graphics.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/graphics.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "graphics" #[nil "\300\301!\207" [TeX-run-style-hooks "graphicx"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/inputenc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/inputenc.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-article.el: -------------------------------------------------------------------------------- 1 | ;;; j-article.el - Special code for j-article style. 2 | 3 | ;; $Id: j-article.el,v 1.4 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "j-article" 9 | (lambda () 10 | (LaTeX-largest-level-set "section"))) 11 | 12 | ;;; j-article.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-article.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/j-article.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "j-article" #[nil "\300\301!\207" [LaTeX-largest-level-set "section"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-book.el: -------------------------------------------------------------------------------- 1 | ;;; j-book.el - Special code for j-book style. 2 | 3 | ;; $Id: j-book.el,v 1.3 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "j-book" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | ;;; j-book.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-book.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/j-book.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "j-book" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-report.el: -------------------------------------------------------------------------------- 1 | ;;; j-report.el - Special code for j-report style. 2 | 3 | ;; $Id: j-report.el,v 1.3 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "j-report" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | ;;; j-report.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/j-report.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/j-report.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "j-report" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jarticle.el: -------------------------------------------------------------------------------- 1 | ;;; jarticle.el - Special code for jarticle style. 2 | 3 | ;; $Id: jarticle.el,v 1.4 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "jarticle" 9 | (lambda () 10 | (LaTeX-largest-level-set "section"))) 11 | 12 | ;;; jarticle.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jarticle.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/jarticle.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "jarticle" #[nil "\300\301!\207" [LaTeX-largest-level-set "section"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jbook.el: -------------------------------------------------------------------------------- 1 | ;;; jbook.el - Special code for jbook style. 2 | 3 | ;; $Id: jbook.el,v 1.3 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "jbook" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | ;;; jbook.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jbook.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/jbook.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "jbook" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jreport.el: -------------------------------------------------------------------------------- 1 | ;;; jreport.el - Special code for jreport style. 2 | 3 | ;; $Id: jreport.el,v 1.3 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "jreport" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | 13 | ;;; jreport.el ends here 14 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jreport.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/jreport.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "jreport" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsarticle.el: -------------------------------------------------------------------------------- 1 | ;;; jsarticle.el - Special code for jsarticle style. 2 | 3 | ;; $Id: jsarticle.el,v 1.2 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "jsarticle" 9 | (lambda () 10 | (LaTeX-largest-level-set "section"))) 11 | 12 | ;;; jsarticle.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsarticle.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:28 2012 3 | ;;; from file /build/src/auctex-11.87/style/jsarticle.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "jsarticle" #[nil "\300\301!\207" [LaTeX-largest-level-set "section"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsbook.el: -------------------------------------------------------------------------------- 1 | ;;; jsbook.el - Special code for jsbook style. 2 | 3 | ;; $Id: jsbook.el,v 1.2 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "jsbook" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | ;;; jsbook.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jsbook.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:28 2012 3 | ;;; from file /build/src/auctex-11.87/style/jsbook.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "jsbook" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jura.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/jura.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/jura.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:28 2012 3 | ;;; from file /build/src/auctex-11.87/style/jura.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "jura" #[nil "\300\301!\207" [TeX-run-style-hooks "alphanum"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltx-base.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/ltx-base.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltxdoc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/style/ltxdoc.el -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ltxdoc.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:28 2012 3 | ;;; from file /build/src/auctex-11.87/style/ltxdoc.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "ltxdoc" #[nil "\300\301!\210\300\302!\207" [TeX-run-style-hooks "doc" "ltx-base"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/makeidx.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/makeidx.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "makeidx" #[nil "\301\302\303\"\210\304\305\"\306\307!\205\307\310!\207" [TeX-complete-list TeX-add-symbols "printindex" "indexspace" append (("|see{\\([^{}\n ]*\\)" 1 LaTeX-index-entry-list)) fboundp reftex-add-index-macros (default)] 3]) 17 | #@42 Package options for the makeidx package. 18 | (defvar LaTeX-makeidx-package-options nil (#$ . 772)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/multido.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:30 2012 3 | ;;; from file /build/src/auctex-11.87/style/multido.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "multido" #[nil "\300\301\302\303\304\305\306\307\310&\207" [TeX-add-symbols ("multido" " ar=+-" "Repititions" t) ("Multido" " ar=+-" "Repititions" t) ("mmultido" " ar=+-" "Repititions" t) ("MMultido" " ar=+-" "Repititions" t) "multidostop" "multidocount" ("fpAdd" "Summand 1" "Summand 2" "Register") ("fpSub" "Minuend" "Subtrahend" "Register")] 9]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/naustrian.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:31 2012 3 | ;;; from file /build/src/auctex-11.87/style/naustrian.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "naustrian" #[nil "\300\301!\207" [TeX-run-style-hooks "ngerman"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/nicefrac.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:28 2012 3 | ;;; from file /build/src/auctex-11.87/style/nicefrac.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "nicefrac" #[nil "\301\302!\210\303\304!\205\305=\205\306\307\310\"\207" [TeX-install-font-lock TeX-add-symbols ("nicefrac" ["Font changing command"] "Numerator" "Denominator") featurep font-latex font-latex-setup font-latex-add-keywords (("nicefrac" "[{{")) textual] 3]) 17 | #@43 Package options for the nicefrac package. 18 | (defvar LaTeX-nicefrac-package-options '("nice" "ugly") (#$ . 806)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/report.el: -------------------------------------------------------------------------------- 1 | ;;; report.el - Special code for report style. 2 | 3 | ;; $Id: report.el,v 1.3 2005/03/17 10:02:06 angeli Exp $ 4 | 5 | ;;; Code: 6 | 7 | (TeX-add-style-hook 8 | "report" 9 | (lambda () 10 | (LaTeX-largest-level-set "chapter"))) 11 | 12 | ;;; report.el ends here 13 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/report.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/report.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "report" #[nil "\300\301!\207" [LaTeX-largest-level-set "chapter"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/ruby.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:30 2012 3 | ;;; from file /build/src/auctex-11.87/style/ruby.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | #@39 Package options for the ruby package. 17 | (defvar LaTeX-ruby-package-options '("overlap" "nooverlap" "CJK" "latin") (#$ . 505)) 18 | (TeX-add-style-hook "ruby" #[nil "\300\301\302\303\304\305\306\307&\207" [TeX-add-symbols ("rubyoverlap" 0) ("rubynooverlap" 0) ("rubyCJK" 0) ("rubylatin" 0) ("rubysize" 0) ("rubysep" 0) ("ruby" t nil)] 8]) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrartcl.el: -------------------------------------------------------------------------------- 1 | ;;; -*- emacs-lisp -*- 2 | ;;; scrartcl.el -- AUCTeX style for scrartcl.cls 3 | 4 | ;; Copyright (C) 2002, 2005 Free Software Foundation 5 | ;; License: GPL, see the file COPYING in the base directory of AUCTeX 6 | 7 | ;; Author: Mark Trettin 8 | ;; Created: 2002-09-26 9 | ;; Version: $Id: scrartcl.el,v 1.4 2005/03/17 10:02:06 angeli Exp $ 10 | ;; Keywords: tex 11 | 12 | ;;; Commentary: 13 | 14 | ;; This file adds support for `scrartcl.cls'. This file needs 15 | ;; `scrbase.el'. 16 | 17 | ;; This file is part of AUCTeX. 18 | 19 | ;;; Code: 20 | (TeX-add-style-hook "scrartcl" 21 | (lambda () 22 | (LaTeX-largest-level-set "section") 23 | ;; load basic definitons 24 | (TeX-run-style-hooks "scrbase"))) 25 | 26 | ;;; scrartcl.el ends here 27 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/scrartcl.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/scrartcl.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "scrartcl" #[nil "\300\301!\210\302\303!\207" [LaTeX-largest-level-set "section" TeX-run-style-hooks "scrbase"] 2]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/shortvrb.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:30 2012 3 | ;;; from file /build/src/auctex-11.87/style/shortvrb.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "shortvrb" #[nil "\2050\305\306!\2050 \307=\2050\310\310\211\203+\f@\311\302 \312B\"\210\fA\211\204*\313\n!)\207" [LaTeX-shortvrb-chars TeX-install-font-lock syntax-alist char #:--cl-dolist-temp-- fboundp font-latex-set-syntactic-keywords font-latex-setup nil add-to-list "|" font-latex-add-to-syntax-alist] 5]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slides.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:26 2012 3 | ;;; from file /build/src/auctex-11.87/style/slides.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "slides" #[nil "\300\301\302\303#\207" [LaTeX-add-environments "slide" "overlay" "note"] 4]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slovak.el: -------------------------------------------------------------------------------- 1 | ;;; slovak.el --- Setup AUCTeX for editing Slovak text. 2 | 3 | (TeX-add-style-hook 4 | "slovak" 5 | (lambda () 6 | (unless (eq (car TeX-quote-language) 'override) 7 | (setq TeX-quote-language `("slovak" "\\uv{" "}" ,TeX-quote-after-quote))) 8 | (when (fboundp 'font-latex-add-quotes) 9 | (font-latex-add-quotes '("\"`" "\"'")) 10 | (font-latex-add-quotes '("\"<" "\">" french))) 11 | (run-hooks 'TeX-language-sk-hook))) 12 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/slovak.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/slovak.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "slovak" #[nil "@\302=\204 \303\304\305 F\306\307!\203\307\310!\210\307\311!\210\312\313!\207" [TeX-quote-language TeX-quote-after-quote override "slovak" "\\uv{" "}" fboundp font-latex-add-quotes ("\"`" "\"'") ("\"<" "\">" french) run-hooks TeX-language-sk-hook] 4]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/swedish.el: -------------------------------------------------------------------------------- 1 | ;;; swedish.el --- Setup AUCTeX for editing Swedish text. 2 | 3 | ;;; Commentary: 4 | ;; 5 | ;; Apparently the Swedes use ''this style'' quotations. 6 | 7 | (TeX-add-style-hook 8 | "swedish" 9 | (lambda () 10 | (unless (eq (car TeX-quote-language) 'override) 11 | (setq TeX-quote-language 12 | `("swedish" "''" ,TeX-close-quote ,TeX-quote-after-quote))) 13 | (setq LaTeX-babel-hyphen-language "swedish") 14 | (run-hooks 'TeX-language-sv-hook))) 15 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/swedish.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/swedish.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "swedish" #[nil "@\304=\204 \305\306 \nF\305\307\310!\207" [TeX-quote-language TeX-close-quote TeX-quote-after-quote LaTeX-babel-hyphen-language override "swedish" "''" run-hooks TeX-language-sv-hook] 4]) 17 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/tabularx.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:30 2012 3 | ;;; from file /build/src/auctex-11.87/style/tabularx.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | #@43 Package options for the tabularx package. 17 | (defvar LaTeX-tabularx-package-options '("infoshow" "debugshow") (#$ . 509)) 18 | (TeX-add-style-hook "tabularx" #[nil "\300\301\302\"\210\303\304!\207" [TeX-add-symbols "tracingtabularx" ("tabularxcolumn" 0) LaTeX-add-environments ("tabularx" LaTeX-env-tabular*)] 3]) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/verbatim.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:27 2012 3 | ;;; from file /build/src/auctex-11.87/style/verbatim.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "verbatim" #[nil "\300\301!\210\302\303!\207" [LaTeX-add-environments "comment" TeX-add-symbols ("verbatiminput" TeX-arg-file)] 2]) 17 | #@43 Package options for the verbatim package. 18 | (defvar LaTeX-verbatim-package-options nil (#$ . 661)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/style/xspace.elc: -------------------------------------------------------------------------------- 1 | ;ELC 2 | ;;; Compiled by nobody@eric on Fri Nov 30 22:30:31 2012 3 | ;;; from file /build/src/auctex-11.87/style/xspace.el 4 | ;;; in Emacs version 24.2.1 5 | ;;; with all optimizations. 6 | 7 | ;;; This file uses dynamic docstrings, first added in Emacs 19.29. 8 | 9 | ;;; This file does not contain utf-8 non-ASCII characters, 10 | ;;; and so can be loaded in Emacs versions earlier than 23. 11 | 12 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 14 | 15 | 16 | (TeX-add-style-hook "xspace" #[nil "\301\302\303\304#\210\305\306!\205\307=\205\310\311\312\"\207" [TeX-install-font-lock TeX-add-symbols ("xspace" 0) "xspaceaddexception" "xspaceremoveexception" featurep font-latex font-latex-setup font-latex-add-keywords (("xspace" "") ("xspaceaddexception" "{") ("xspaceremoveexception" "{")) function] 4]) 17 | #@41 Package options for the xspace package. 18 | (defvar LaTeX-xspace-package-options nil (#$ . 856)) 19 | -------------------------------------------------------------------------------- /.emacs.d/auctex/tex-font.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/tex-font.el -------------------------------------------------------------------------------- /.emacs.d/auctex/tex.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auctex/tex.el -------------------------------------------------------------------------------- /.emacs.d/auto-recomp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/auto-recomp.el -------------------------------------------------------------------------------- /.emacs.d/autorevert.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/autorevert.el -------------------------------------------------------------------------------- /.emacs.d/bookmarks: -------------------------------------------------------------------------------- 1 | ;;;; Emacs Bookmark Format Version 1 ;;;; 2 | ;;; This format is meant to be slightly human-readable; 3 | ;;; nevertheless, you probably don't want to edit it. 4 | ;;; -*- End Of Bookmark File Format Version Stamp -*- 5 | (("diary.org" 6 | (filename . "~/Dropbox/枯禅竹/diary.org") 7 | (front-context-string . "\n* 简录一生\n** 2012年") 8 | (rear-context-string) 9 | (position . 1)) 10 | ("UNIX.org" 11 | (filename . "~/Dropbox/note/UNIX.org") 12 | (front-context-string . "#+STYLE: 2 | 3 | 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/old-xinclude.rnc: -------------------------------------------------------------------------------- 1 | namespace xi = "http://www.w3.org/2001/XInclude" 2 | namespace local = "" 3 | 4 | xinclude.include.attlist = 5 | attribute href { xsd:anyURI }?, 6 | attribute parse { xsd:string }?, 7 | attribute xpointer { xsd:string }?, 8 | attribute encoding { xsd:string }?, 9 | attribute accept { xsd:string }?, 10 | attribute accept-language { xsd:string }? 11 | 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/schema/xhtml-loader.rnc: -------------------------------------------------------------------------------- 1 | include "../../../../../../usr/share/emacs/24.3/etc/schema/xhtml.rnc" 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/etc/templates/rollover-2v.css: -------------------------------------------------------------------------------- 1 | ROLLOVER_SPEC a { 2 | /* Image */ 3 | display: block; 4 | background: transparent url("IMG_URL") 0 0 no-repeat; 5 | overflow: hidden; 6 | width: IMG_WIDTHpx; 7 | /* Text placement and size, etc */ 8 | CENTER_OR_PAD; 9 | padding-top: PADDING_TOPpx; 10 | font-size: FONT_SIZEpx; 11 | padding-bottom: PADDING_BOTTOMpx; 12 | text-decoration: none; 13 | white-space: nowrap; 14 | border: none; 15 | margin: 0; 16 | } 17 | ROLLOVER_SPEC a:hover { 18 | background-position: 0 -IMG_HEIGHT_2px; 19 | } 20 | ROLLOVER_SPEC li { 21 | display: inline; 22 | padding: 0; 23 | margin: 0; 24 | HOR_OR_VER; 25 | } 26 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/ChangeLog: -------------------------------------------------------------------------------- 1 | 2006-04-26 2 | 3 | * nxhtml.el (nxhtml-insert-skeleton-if-empty) 4 | (nxhtml-insert-frame-skeleton): New functions. 5 | 6 | 2006-04-25 7 | 8 | * nxhtml.el (nxhtml-coding-systems-complete) 9 | (nxhtml-script-url-predicate, nxhtml-script-completion-pattern) 10 | (nxhtml-image-url-predicate, nxhtml-image-completion-pattern) 11 | (nxhtml-mailto-predicate, nxhtml-predicate-error) 12 | (nxhtml-in-xml-attribute-value-regex) 13 | (nxhtml-read-mail-url-history, nxhtml-read-web-url-history) 14 | (nxhtml-read-url-history, nxhtml-read-url-type) 15 | (nxhtml-read-url-type-help, nxhtml-read-url) 16 | (rng-complete-attribute-value): New entries for completion. 17 | 18 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/Las_Medulas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/Las_Medulas.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/Toco_toucan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/Toco_toucan.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/bacchante2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/bacchante2.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/butterflies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/butterflies.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/butterflies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/butterflies.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/butterflies.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/butterflies.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/continue-play.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/continue-play.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/divine2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/divine2.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/edit-part.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/edit-part.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/editing-web-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/editing-web-files.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/editing-web-files.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/editing-web-files.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/emacs-style-completion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/emacs-style-completion.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/emacsP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/emacsP.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/emacsP16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/emacsP16.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/embedded-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/embedded-css.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/embedded-xhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/embedded-xhtml.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/foldit-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/foldit-closed.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/foldit-temp-opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/foldit-temp-opened.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/fun-brain-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/fun-brain-2.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons-1.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons-1.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons-1.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons-2.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/getitbuttons.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/giraffe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/giraffe.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/healthy_feet2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/healthy_feet2.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/itsalltext-pref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/itsalltext-pref.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/links-appmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/links-appmenu.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/nxml-where.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/nxml-where.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/php-in-nxhtml-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/php-in-nxhtml-2.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/php-in-nxhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/php-in-nxhtml.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/php-in-php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/php-in-php.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/php-in-xhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/php-in-xhtml.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/popup-compl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/popup-compl.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/raindrops2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/raindrops2.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/region-selected-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/region-selected-after.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/region-selected-completion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/region-selected-completion.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/region-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/region-selected.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/rembrandt-self-portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/rembrandt-self-portrait.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/style-in-nxhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/style-in-nxhtml.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml-trans.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml-trans2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml-trans2.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/use-nXhtml.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/validation-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/validation-error.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/volga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/volga.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/img/xml-validation-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/img/xml-validation-header.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/carrow1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/carrow1.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/carrow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/carrow2.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche1.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche1.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche2.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/fleche2.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/loading-bar-black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/loading-bar-black.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/open.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/js/smoothgallery/css/img/open.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/nxhtml-changes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/nxhtml-changes.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/wd/grapes/images/bkgrnd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/wd/grapes/images/bkgrnd.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/wd/grapes/images/grapes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/wd/grapes/images/grapes.jpg -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/doc/wd/grapes/images/quote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/doc/wd/grapes/images/quote.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-chklnk/PerlLib/HTML/datadir.txt: -------------------------------------------------------------------------------- 1 | C:/TEMP/i2data 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/html-toc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/html-toc.js -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/blank12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/blank12.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/down.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/freeCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/freeCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/gnu-m-x-160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/gnu-m-x-160.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/gnu-m-x-160.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/gnu-m-x-160.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/hideCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/hideCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/nailCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/nailCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/nosearch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/nosearch.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/right.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/search.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/showCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-toc/html-toc/img/showCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-upl/TODO: -------------------------------------------------------------------------------- 1 | 2 | Nothing as of now. 3 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/html-wtoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/html-wtoc.js -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/html-wtoc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/html-wtoc.pl -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/blank12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/blank12.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/down.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/freeCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/freeCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/gnu-m-x-160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/gnu-m-x-160.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/gnu-m-x-160.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/gnu-m-x-160.xcf -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/hideCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/hideCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/nailCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/nailCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/nosearch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/nosearch.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/CompFaceLogoTemp4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/CompFaceLogoTemp4.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/CompFaceLogoTemp4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/CompFaceLogoTemp4.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/blue_left_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/blue_left_top.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/close-cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/close-cross.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbiinfo_and_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbiinfo_and_blue.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbiinfo_and_blue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbiinfo_and_blue1.png -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbinfo_col1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbinfo_col1.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbinfo_col1_30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/lbinfo_col1_30.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/other/up.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/right.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/search.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/html-wtoc/img/showCont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/html-wtoc/img/showCont.gif -------------------------------------------------------------------------------- /.emacs.d/nxhtml/nxhtml/nxhtml-mumamo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/nxhtml/nxhtml-mumamo.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/blank.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/js_temp.js: -------------------------------------------------------------------------------- 1 | 2 | // I am testing 3 | 4 | var x == 10; 5 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/php-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/related/php-mode.el -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/readme.txt: -------------------------------------------------------------------------------- 1 | This subdir (related/) contains files that are taken from different 2 | places and are maybe modified to work with nXhtml. 3 | 4 | Please notice that major mode that are used with mumamo-mode must be a 5 | bit more carefully written. One problem I have noticed is that some 6 | major modes requuires that buffer-file-name is non-nil. That 7 | assumption does not work when mumamo-mode is used! 8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/related/rhino.js: -------------------------------------------------------------------------------- 1 | // Where you store your files 2 | var project_folder = 'file:///c:/emacs/p/091105/EmacsW32/nxhtml/related/'; 3 | // Browser environment wrapper over Rhino 4 | load(project_folder + 'env.js'); 5 | // For DOM constructing 6 | window.location = project_folder + 'blank.html'; 7 | var my_script = arguments[0]; 8 | // If DOM ready 9 | window.onload = function(){ 10 | // Avoid recursive inclusion 11 | if ("rhino_flymake.js" != my_script) { 12 | load(my_script); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/asp.asp: -------------------------------------------------------------------------------- 1 | 2 | <%@LANGUAGE="VBScript"%> 3 | 4 | 10 | 11 | 20 | 21 | <% 22 | var a = 2; 23 | var b = 2; 24 | var c = add(a,b) 25 | c += " (Two numbers are added by JavaScript, " 26 | c += "and then formatted into currency by VBScript.)" 27 | 28 | function add(x,y) 29 | { 30 | result = x + y; 31 | result = toDollars(result); 32 | return result; 33 | } 34 | 35 | Response.Write("\r") 36 | Response.Write(JSGreeting() + "
\r") 37 | Response.Write(VBGreeting() + "
\r") 38 | Response.Write(c + "
\r") 39 | Response.Write("\r") 40 | %> 41 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bigfile-stringerr-64000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/tests/in/bigfile-stringerr-64000.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-080609.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-1908494.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-2010-02-17-delgado.mm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-2010-02-17-delgado.org: -------------------------------------------------------------------------------- 1 | * Title 2 | *** Node 1 3 | *** Node 2 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-300946-index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | The ACSys Group Home Page 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | <body> 19 | <p>This page uses frames, but your browser doesn't support them.</p> 20 | </body> 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-311640-index.html: -------------------------------------------------------------------------------- 1 | 16 | 17 |

18 | 22 | Click me! 24 |

25 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-311641.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-381191-dh-test.el: -------------------------------------------------------------------------------- 1 | ;; 3. Add a new c-indentation-style: 2 | 3 | (defconst drupal 4 | '((c-basic-offset . 2) 5 | (c-offsets-alist . ((arglist-close . c-lineup-close-paren) 6 | (case-label . +) 7 | (arglist-intro . +) 8 | (arglist-cont-nonempty . c-lineup-math)))) 9 | "My Drupal Programming style") 10 | 11 | (c-add-style "drupal" drupal) 12 | 13 | ;; 4. Open file test.php, attached. 14 | 15 | ;; 5. Run `c-set-style' and select "drupal" 16 | 17 | ;; 6. Select the whole buffer and press "C-M-\" (or any other indentation command, 18 | ;; for that matter) and watch as the array elements are lined up with "array(", 19 | ;; whereas they should be indented by 2. 20 | 21 | ;; 7. Run M-x php-mode and c-set-style to drupal 22 | 23 | ;; 8. Try indenting again to see that indentation now works properly. 24 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-381191-dh-test.php: -------------------------------------------------------------------------------- 1 | 'bar', 4 | 'gaz' => 'gazonk', 5 | ); 6 | ?> -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | <%= include_stylesheets :blueprint, :application, :media => 'all' %> 8 | 11 | <%= include_javascripts :mootools, :application %> 12 | 13 | 14 |
15 | <%= render :partial => "layouts/application/header" %> 16 | <%= render :partial => "layouts/application/menu" %> 17 | <%= render :partial => "layouts/application/search_bar" %> 18 | <%= render :partial => "layouts/application/contents" %> 19 | <%= render :partial => "layouts/application/footer" %> 20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml: -------------------------------------------------------------------------------- 1 | !!! Strict 2 | %html 3 | %head 4 | %title= t("site.title") 5 | %meta{"http-equiv" => "Content-Type", :content => "text/html;charset=utf-8"} 6 | = javascript_include_merged :mootools, :application 7 | = stylesheet_link_merged :application 8 | /[if lt IE 8] 9 | = stylesheet_link_merged :ie 10 | 11 | %body 12 | = render :partial => "shared/fork" 13 | #container 14 | #logo 15 | = link_to image_tag("logo.png"), root_url 16 | 17 | = render :partial => "shared/user_panel" 18 | = render :partial => "shared/menu" 19 | 20 | #body 21 | #contents 22 | = render :partial => "shared/flash", :object => flash 23 | 24 | .padder 25 | #search_results 26 | 27 | = yield 28 | 29 | #sidebar 30 | .padder 31 | = render :partial => "shared/sidebar" 32 | 33 | #footer 34 | %p= t("site.copyright") 35 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb: -------------------------------------------------------------------------------- 1 | 2 | <% semantic_form_for @user_session do |form| %> 3 | <%= form.error_messages :header_tag => :h3 %> 4 | <%#= authlogic_facebook_login_button %> 5 | 6 | <% form.inputs do %> 7 | <%= form.input :email %> 8 | <%= form.input :password %> 9 | <% end %> 10 | 11 | <% form.buttons do %> 12 | <%= form.commit_button %> 13 | <% end %> 14 | <% end %> 15 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug-johan-2010-02-17.erb: -------------------------------------------------------------------------------- 1 | <% collection.each do |item| %> 2 | <%= item.method %> 3 | <% end %> 4 | 5 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug261792.ghtml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug271497.el: -------------------------------------------------------------------------------- 1 | ;;; bug271497.el --- For bug report 271497 at Launchpad 2 | (require 'ada-mode) 3 | (require 'mumamo) 4 | 5 | (eval-and-compile 6 | (defun mumamo-chunk-embjava (pos min max) 7 | "Find JAVA_ON ... JAVA_OFF, return range and java-mode." 8 | (mumamo-quick-static-chunk pos min max "JAVA_ON" "JAVA_OFF" nil 'java-mode nil)) 9 | ) 10 | 11 | (define-mumamo-multi-major-mode bug271497-mumamo 12 | "docstring" 13 | ("ADA Mode" ada-mode 14 | (mumamo-chunk-embjava))) 15 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug271497.txt: -------------------------------------------------------------------------------- 1 | This is supposed to be ada code 2 | 3 | JAVA_ON 4 | and this is supposed to be java code 5 | JAVA_OFF 6 | 7 | This is also supposed to be ada code 8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug272871.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug354363-test.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug370417.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |

4 | 8 |

9 | 10 | 11 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug381979-2.php: -------------------------------------------------------------------------------- 1 | 'bar', 4 | 'gaz' => 'gazonk', 5 | ); 6 | ?> -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug388729-nxhtml_test.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug393137-new.html.erb: -------------------------------------------------------------------------------- 1 |

New post

2 | 3 | <% form_for(@post) do |f| %> 4 | <%= f.error_messages %> 5 |

6 | <%= f.label :title %>
7 | <% a = f.text_field :title %> 8 |

9 |

10 | <%= f.label :body %>
11 | <%#= f.text_area :body %> 12 |

13 |

14 | <%= f.submit 'Create' %> 15 |

16 | <% end %> 17 | 18 | <%= link_to 'Back', posts_path %> 19 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug400415-foo.php: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | 10 | 11 | 12 | Something 13 | 14 | 15 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug452676.php: -------------------------------------------------------------------------------- 1 | 2 | <<<'LONG' 7 | lorem ipsum 8 | LONG 9 | ); 10 | 11 | public $bar = 1; 12 | CancelOk 13 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug463136.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 |
9 |
10 |
11 |
12 |
13 |
14 | 15 | HTML; 16 | 17 | echo $html; 18 | } 19 | 20 | render(); 21 | ?> 22 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug505554-sample.html.erb: -------------------------------------------------------------------------------- 1 |

<%= t('views.common.login') %>

2 | 3 | <% form_tag session_path do -%> 4 |

<%= label_tag(t('views.common.username')) %>
5 | <%= text_field_tag 'login', @login %>

6 | 7 |

<%= label_tag(t('views.common.password')) %>
8 | <%= password_field_tag 'password', nil %>

9 | 10 |

<%= submit_tag(t('views.common.login_verb')) %>

11 | <% end -%> 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug505726-foo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug509586.ghtml: -------------------------------------------------------------------------------- 1 | 4 | 6 | 7 | Title 8 | 9 | 11 | 12 | 13 | 14 | ${} 15 | 16 | 17 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug523065.jsp: -------------------------------------------------------------------------------- 1 | In JSP page, if we have a line like <% // some comments %>, then the "%>" is ignored by nxhtml. 2 | However if we write it like this: 3 | <% // some comments 4 | %> 5 | or 6 | <% 7 | // some comments 8 | %> 9 | then the page is parsed correctly 10 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug523065.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | This is a comment 4 | */ 5 | ?> 6 | This is html 7 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug531328.rhtml: -------------------------------------------------------------------------------- 1 | <% foo %> <% bar %> 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug532500.rhtml: -------------------------------------------------------------------------------- 1 | 2 | <%= f.label((t('app.views.large_surveys_admin.new.gift'))) %> 3 | <%= check_box_tag('gift', 4 | 'checked', 5 | !@large_survey.coupon_pool_id.nil?, 6 | {:onclick => "$('coupon_pool').toggle()"}) %> 7 | 8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug532759.djhtml: -------------------------------------------------------------------------------- 1 | {% if athlete_list %} 2 |

Here are the athletes: {{ athlete_list }}.

3 | {% else %} 4 |

No athletes are available.

5 | {% if coach_list %} 6 |

Here are the coaches: {{ coach_list }}.

7 | {% endif %} 8 | {% endif %} 9 | {% block content %} 10 | 11 | {% if morning %} 12 |

Hello World!

13 | {% else %} 14 |

Goodbye World!

15 | {% endif %} 16 | 17 | {% endblock %} 18 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug546027.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | <<<<<<< .working 11 | the code from my version bla bla bla... 12 | ======= 13 | the version from the repo bla bla bla... 14 | >>>>>>> .merge-right.r3379 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug552789-loremipsum.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | Lorem ipsum dolor sit amet, tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim 4 | veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea 5 | commodo consequat. Duis aute irure dolor in reprehenderit in voluptate 6 | velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint 7 | occaecat cupidatat non proident, sunt in culpa qui officia deserunt 8 | mollit anim id est laborum. 9 | 10 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug552789.php: -------------------------------------------------------------------------------- 1 | 2 |

3 | Some text to wrap. 4 | Some text to wrap. 5 | Some text to wrap. 6 | Some text to wrap. 7 | Some text to wrap. 8 | Some text to wrap. 9 | Some text to wrap. 10 | 13 | Some text to wrap. 14 | Some text to wrap. 15 | Some text to wrap. 16 | Some text to wrap. 17 | Some text to wrap. 18 | Some text to wrap. 19 | Some text to wrap. 20 |

21 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug556832-error-test.py: -------------------------------------------------------------------------------- 1 | # -*- Python -*- 2 | 3 | 4 | """ 5 | =============== 6 | This is a title 7 | =============== 8 | 9 | This is some general description 10 | """ 11 | 12 | 13 | class SomeClass(object): 14 | """ 15 | This is a class description. 16 | """ 17 | 18 | def __init__(self, fileName): 19 | """The constructor.""" 20 | pass 21 | 22 | def oneMethod(): 23 | pass 24 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-2.erb: -------------------------------------------------------------------------------- 1 | var x = 1; 2 | <% @ruby_var.each do |v| %> 3 | alert(v); 4 | <% end %> 5 | var y = 2; 6 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-3.erb: -------------------------------------------------------------------------------- 1 | var x = 1; 2 | var y = <%= v %>; 3 | var z = 4; 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-4.erb: -------------------------------------------------------------------------------- 1 | var x = 1; 2 | for (i in l) { 3 | alert(i); 4 | } 5 | <% var.each do |v| %> 6 | alert(<%= v %>); 7 | <% end %> 8 | var z = 4; 9 | for (i in l) { 10 | alert(i); 11 | } 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-5.erb: -------------------------------------------------------------------------------- 1 | <% if true %> 2 | alert(<%= v %>); 3 | alert(<%= w %>); 4 | <% end %> 5 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700-6.erb: -------------------------------------------------------------------------------- 1 | var x = "<%= x %>"; 2 | var y = 5; 3 | 4 | Second line is treated as if it was a string. 5 | 6 | Problem with multiple lines inside ruby if: 7 | 8 | <% if b %> 9 | var x = 1; 10 | alert(1); 11 | <% end %> 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug557700.erb: -------------------------------------------------------------------------------- 1 | var x = 1; 2 | <%= ruby_code %> 3 | var z = 3; 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug565595.mako: -------------------------------------------------------------------------------- 1 | <%! 2 | import sys 3 | %> 4 | 5 | 6 | Test 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug568178.pl: -------------------------------------------------------------------------------- 1 | print SOCKET << HTML or warn "Cannot write to socket: $!"; 2 | html continues... 3 | 4 | HTML 5 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/bug568178.sh: -------------------------------------------------------------------------------- 1 | bteq << 'SQL part' | grep '\\$'| read start_dt_ya start_dt end_dt_ya end_dt 2 | -- SQL code here 3 | select '$',start_date- '1 year', start_date .... 4 | SQL part 5 | 6 | bteq < 12 | 13 | // 18 | 19 | 20 | EOTHTML; 21 | 22 | 23 | However if I don’t close the inner chunk before EOTHTML, because I want to add some conditional code after it in PHP then it thinks the part of the buffer after EOTHTML is still in JS mode which is not good: 24 | 25 | 31 | 32 | //stuff

4 | 5 | EOTHTML; 6 | 7 | 8 | $b = <<stuff 11 | 12 | EOT; 13 | 14 | $c = <<test 17 | 18 | 19 | EOT; 20 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/cr-lf.el: -------------------------------------------------------------------------------- 1 | ;; This is just a test of cr-lf handling. Save this file with DOS 2 | ;; cr-lf line endings and open it again. 3 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/csr-080710-2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title 4 | 11 | 12 | 13 |
14 | 21 |
22 | 23 | 24 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/csr-080710.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 |
15 | 22 |
23 | 24 | 25 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/cvd-080805-ac.php: -------------------------------------------------------------------------------- 1 | view->assign('errors',$errors); 17 | $this->view->assign('body','account_index.htm'); 18 | echo $this->view->render('main_doc.htm'); 19 | 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/cvd-080805-cc.php: -------------------------------------------------------------------------------- 1 | GetRequest(); 15 | blah, etc. 16 | } 17 | } 18 | 19 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/drechsler-080517-simple.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070424-duh.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Duh 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070604.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Dummy 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070604.php: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Dummy 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070722-comment-error.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-070722-index-2.el: -------------------------------------------------------------------------------- 1 | (defun temp-el-070722 () 2 | (remove-text-properties 1 25 '(syntax-table nil)) 3 | (syntax-ppss-flush-cache -1) 4 | (setq syntax-ppss-last nil) 5 | (goto-char (point-min)) 6 | (let ((parse-sexp-lookup-properties t)) (syntax-ppss 24)) 7 | ) 8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/el-071217-foo.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/emacswiki-080119.php: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/genshi-HelloWorldPage.ghtml: -------------------------------------------------------------------------------- 1 |
3 | 4 | 5 | 6 |
7 | Hello from hello! 8 | Test ${name} 9 |
10 |
11 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/genshi-auto-mode.html: -------------------------------------------------------------------------------- 1 |
3 | 4 | 5 | 6 |
7 | Hello from hello! 8 | Test ${name} 9 |
10 |
11 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/genshi.ghtml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | This is replaced. 8 | 9 | 10 |

These are some of my favorite fruits:

11 |
    12 |
  • 13 | I like ${fruit}s 14 |
  • 15 |
16 | {% python 17 | from genshi.builder import tag 18 | def greeting(name): 19 | return 'Hello, %s!' % name 20 | %} 21 | ${greeting('world')} 22 | 23 | 24 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/goesele-091110-testnote-orig.mm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |

10 | A note 11 |

12 | 13 | 14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/goesele-091110-testnote-temp.mm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |

10 | A note 11 |

12 | 13 | 14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/goesele-091110-testnote.mm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |

10 | A note 11 |

12 | 13 | 14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/goesele-091110-testnote.mm.org: -------------------------------------------------------------------------------- 1 | * Testnote 2 | 3 | :CLOCK: 4 | my clock 5 | :END: 6 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/goesele-091110-testnote.mm.org.mm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | --org-mode: :CLOCK:
10 | --org-mode: my clock
11 | --org-mode: :END:
12 | 13 | 14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.pl: -------------------------------------------------------------------------------- 1 | $text = 'Text from a Perl string.'; 2 | print < 4 | 5 | Here-Doc Example 6 | 7 | 8 |

Here-Doc Example

9 |

$text

10 | 11 | HTML 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.py: -------------------------------------------------------------------------------- 1 | sender = 'Buffy the Vampire Slayer' 2 | recipient = 'Spike' 3 | 4 | print("""\ 5 | Dear %(recipient)s, 6 | 7 | I wish you to leave Sunnydale and never return. 8 | 9 | Not Quite Love, 10 | %(sender)s 11 | """ % locals()) 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/heredoc.rb: -------------------------------------------------------------------------------- 1 | now = Time.now 2 | puts <<-EOF 3 | It's #{now.hour} o'clock John, where are your kids? 4 | EOF 5 | now = Time.now 6 | puts < 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/hq-070524-bug.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/html-syntactic-err-l164.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/tests/in/html-syntactic-err-l164.html -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/ind-0-error.php: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Lab 2 - Layout Control - Task 2 - XHTML/CSS version 7 | 8 | 9 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/indent-bug-html-mode.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Indentation bug at < 7 | 8 | 9 | Try to indent the whole file several times. 10 | The first time both the html and the php code is badly indented. 11 |
12 | 16 |
17 | 18 | 19 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/java.java: -------------------------------------------------------------------------------- 1 | public class FirstProgram 2 | 3 | { 4 | 5 | public static void main(String[] args) 6 | 7 | { 8 | 9 | System.out.println("Hey! you are going to compile and run your first Java program"); 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jcl-080802-index.html.erb: -------------------------------------------------------------------------------- 1 |

Mensajes recibidos

2 |

3 | Solo se muestran los ultimos 10 mensajes, aquí hay que añadir 4 | paginación y ¿lógica?. 5 |

6 |
7 | <% for message in @messages %> 8 |
9 | <%= message.sender.roster_name %> escribió a fecha <%= message.created_at -%> 10 |
11 | <%=h truncate(message.message, 100) %> 12 |
13 | <%= link_to "Mostrar", message_path(message) %> 14 |
15 | <% end %> 16 |
17 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jj-081226.html: -------------------------------------------------------------------------------- 1 | 18 |

19 | 23 | Click me! 25 |

26 | 27 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jump-parse.html: -------------------------------------------------------------------------------- 1 |

Listing People

2 | 3 | 4 | <% for person in @people %> 5 | 6 | 7 |
8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/jump-parse.rhtml: -------------------------------------------------------------------------------- 1 |

Listing People

2 | 3 | 4 | 5 | <% for person in @people %> 6 | 7 | 8 | 9 |
10 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kp-080604.php: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | {% block title %}{% translate "WELCOME_TO_POINTTEC" %}{% endblock %} 13 | 14 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kubica-080516-freezing-h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 28 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kubica-080516-freezing-i.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kubica-080516-freezing-j.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kubica-080516-freezing-k.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kubica-080516-freezing.css: -------------------------------------------------------------------------------- 1 | {% block pagestyle %} 2 | * { 3 | margin: 0; 4 | padding: 0; 5 | } 6 | img { 7 | border: 0 8 | } 9 | 10 | html, body { 11 | height: 100%; 12 | } 13 | 14 | #distance { 15 | width: 1px; 16 | height: 50%; 17 | margin-bottom: -175px; 18 | } 19 | #container { 20 | position: relative; 21 | margin: 0 auto; 22 | height: 370px; 23 | width: 500px; 24 | background-color: #ffffff; 25 | } 26 | /* the horizontal bars */ 27 | #flashcontent * div { 28 | background-color: #292926; 29 | } 30 | 31 | #pointer { 32 | display: block; 33 | margin: 0 auto; 34 | } 35 | 36 | {% endblock %} 37 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/kubica-080516-freezing.txt: -------------------------------------------------------------------------------- 1 | The problem seems to have to do with the { block pagestyle } thing 2 | below. If that is removed then the freezing does not happen. 3 | 4 | 9 | 10 | 11 |

12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/sheit-2007-12-26.php: -------------------------------------------------------------------------------- 1 | name = $name; 8 | } 9 | ?> 10 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/short-tags.php: -------------------------------------------------------------------------------- 1 | , 2 | instead of 3 | , 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/single-question-sign.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/ssjs.ssjs: -------------------------------------------------------------------------------- 1 |

2 | 8 | 9 |

Hello, my name is <% response.name %>.

10 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/string-bug.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/style=.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 |

10 |

11 | 12 | 13 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/style=string-font.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | News and Notes about nXhtml 7 | 8 | 9 |

Thanks for testing!

10 | 11 |

The State of the Art

16 |

17 |

18 |

19 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/svg.svg: -------------------------------------------------------------------------------- 1 | something 2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/test.tt: -------------------------------------------------------------------------------- 1 | [% IF blah %] 2 | 3 | [%# test GET ] 4 | # comment 5 | [% test %] and [% test %] 6 | 7 | [% test % test %] 8 | 9 | [%+ test -%] 10 | 11 | [% BLOCK %] 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/tut1.jsp: -------------------------------------------------------------------------------- 1 | 2 | 3 | Hello! The time is now <%= new java.util.Date() %> 4 | 5 | 6 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/utf8-problem.el: -------------------------------------------------------------------------------- 1 | 2 | (defvar utf8-problem 3 | "\\(?:^\\|[[:space:]]\\)\\(?:href\\|src\\)[[:space:]]*=[[:space:]]*\"\\([^<«\"]*\\)\"") 4 | 5 | ;; Local Variables: 6 | ;; coding: utf-8 7 | ;; End: 8 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-080606-indent.php: -------------------------------------------------------------------------------- 1 | var1 = 5; 17 | } 18 | } -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-080708-ind-problem.rhtml: -------------------------------------------------------------------------------- 1 | <%= t("Hola") %> 2 | <%= ink_to name, target %> 3 | <% if quiero do %> 4 | <%= do_something_nifty(with_me) %> 5 | <% end %> 6 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-090804-js.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | some stuff

20 |

some other stuff

21 | 22 | 27 | 28 | EOTHTML; 29 | 30 | ?> 31 | 32 | 33 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-2008-01-30.rhtml: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-comments.php: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/wiki-strange-hili-080629.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | red 4 | 5 | 6 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/zero-pi.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | © 10 | 11 | 12 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/tests/in/zn-090529-doxysample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/nxhtml/tests/in/zn-090529-doxysample.php -------------------------------------------------------------------------------- /.emacs.d/nxhtml/util/mumamo-trace.el: -------------------------------------------------------------------------------- 1 | (trace-function-background 'mumamo-fontify-region-1) 2 | (trace-function-background 'mumamo-fontify-region-with) 3 | (trace-function-background 'mumamo-mark-for-refontification) 4 | (trace-function-background 'syntax-ppss-flush-cache) 5 | 6 | ;;(untrace-all) 7 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/util/readme.txt: -------------------------------------------------------------------------------- 1 | This subdirectory contains files used by nXhtml that I have 2 | written. The files are placed here because they may be of use also 3 | outside of nXhtml. 4 | -------------------------------------------------------------------------------- /.emacs.d/nxhtml/util/web-vcs-revision.txt: -------------------------------------------------------------------------------- 1 | 321 2 | -------------------------------------------------------------------------------- /.emacs.d/org-clock-save.el: -------------------------------------------------------------------------------- 1 | ;; org-persist.el - localhost at <2013-05-04 六 23:00> 2 | -------------------------------------------------------------------------------- /.emacs.d/org-w3m.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/org-w3m.el -------------------------------------------------------------------------------- /.emacs.d/rect-mark.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/rect-mark.el -------------------------------------------------------------------------------- /.emacs.d/tab-display.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/tab-display.el -------------------------------------------------------------------------------- /.emacs.d/tomorrow/tomorrow-day-theme.el: -------------------------------------------------------------------------------- 1 | (require 'color-theme-tomorrow) 2 | (color-theme-tomorrow--define-theme day) 3 | -------------------------------------------------------------------------------- /.emacs.d/tomorrow/tomorrow-night-blue-theme.el: -------------------------------------------------------------------------------- 1 | (require 'color-theme-tomorrow) 2 | (color-theme-tomorrow--define-theme night-blue) 3 | -------------------------------------------------------------------------------- /.emacs.d/tomorrow/tomorrow-night-bright-theme.el: -------------------------------------------------------------------------------- 1 | (require 'color-theme-tomorrow) 2 | (color-theme-tomorrow--define-theme night-bright) 3 | -------------------------------------------------------------------------------- /.emacs.d/tomorrow/tomorrow-night-eighties-theme.el: -------------------------------------------------------------------------------- 1 | (require 'color-theme-tomorrow) 2 | (color-theme-tomorrow--define-theme night-eighties) 3 | -------------------------------------------------------------------------------- /.emacs.d/tomorrow/tomorrow-night-theme.el: -------------------------------------------------------------------------------- 1 | (require 'color-theme-tomorrow) 2 | (color-theme-tomorrow--define-theme night) 3 | -------------------------------------------------------------------------------- /.emacs.d/tramp: -------------------------------------------------------------------------------- 1 | ;; -*- emacs-lisp -*- <13/03/04 22:53:04 /home/mudan/.emacs.d/tramp> 2 | ;; Tramp connection history. Don't change this file. 3 | ;; You can delete it, forcing Tramp to reapply the checks. 4 | 5 | ((["sudo" "root" "localhost" nil] 6 | ("uname" "Linux 3.7.9-2-ARCH") 7 | ("test" "test") 8 | ("remote-path" 9 | ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin")) 10 | ("remote-shell" "/bin/sh") 11 | ("busybox" nil) 12 | ("file-exists" "test -e") 13 | ("tmpdir" "/sudo:root@localhost:/tmp") 14 | ("id" "/usr/bin/id") 15 | ("uid-integer" 0) 16 | ("stat" "\\stat") 17 | ("gid-integer" 0) 18 | ("readlink" "\\readlink"))) 19 | -------------------------------------------------------------------------------- /.emacs.d/vimpulse.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/vimpulse.el -------------------------------------------------------------------------------- /.emacs.d/w3m/w3m-bug.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/w3m/w3m-bug.el -------------------------------------------------------------------------------- /.emacs.d/w3m/w3m-filter.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/w3m/w3m-filter.el -------------------------------------------------------------------------------- /.emacs.d/wcy-swbuff.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.emacs.d/wcy-swbuff.el -------------------------------------------------------------------------------- /.fvwm/.FvwmConsole-History: -------------------------------------------------------------------------------- 1 | -v 2 | -------------------------------------------------------------------------------- /.fvwm/fvwm2rc.misc: -------------------------------------------------------------------------------- 1 | ####################################### 2 | # FvwmIdent (Left-Click on App's Icon in Titlebar) 3 | ####################################### 4 | 5 | # FvwmIdent is an xwininfo replacement. 6 | DestroyModuleConfig FvwmIdent: * 7 | *FvwmIdent: Back #f1eee0 8 | *FvwmIdent: Fore #000000 9 | *FvwmIdent: Font "shadow=0 se:xft:AvantGarde LT Medium:size=8" 10 | 11 | ####################################### 12 | # Alt-Esc for display of all windows 13 | ####################################### 14 | 15 | DestroyModuleConfig FvwmProxy: * 16 | *FvwmProxy: Font "shadow=0 se:xft:AvantGarde LT Medium:size=8" 17 | *FvwmProxy: ProxyMove false 18 | *FvwmProxy: Colorset 3 19 | *FvwmProxy: SelectColorset 4 20 | 21 | # FvwmScripts 22 | Style Calendar NoTitle 23 | Style CoverArt NoTitle 24 | 25 | # Override some of the (annoying) default cursors 26 | CursorStyle wait left_ptr 27 | CursorStyle sys left_ptr 28 | -------------------------------------------------------------------------------- /.fvwm/fvwm2rc.pager: -------------------------------------------------------------------------------- 1 | ############### 2 | ###FvwmPager### 3 | ############### 4 | 5 | Style "FvwmPager" NoTitle, Sticky, WindowListSkip, StaysOnBottom, FixedSize, FixedPosition 6 | 7 | 8 | 9 | DestroyModuleConfig FvwmPager: * 10 | *FvwmPager: Font none 11 | *FvwmPager: SmallFont none 12 | *FvwmPager: Geometry 150x30+1040-2 13 | *FvwmPager: Colorset * 77 14 | *FvwmPager: HilightColorset * 8 15 | *FvwmPager: BalloonColorset * 3 16 | *FvwmPager: WindowColorsets 9 10 17 | *FvwmPager: Balloons All 18 | *FvwmPager: BalloonFont "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True" 19 | *FvwmPager: BalloonYOffset +2 20 | #*FvwmPager: MiniIcons 21 | *FvwmPager: UseSkipList 22 | *FvwmPager: Rows 1 23 | *FvwmPager: SolidSeparators 24 | 25 | -------------------------------------------------------------------------------- /.fvwm/fvwm2rc.settings: -------------------------------------------------------------------------------- 1 | DeskTopSize 4x1 2 | IgnoreModifiers L25 3 | SnapAttraction 5 4 | EdgeScroll 0 0 5 | EdgeResistance 1000 20 6 | EdgeThickness 1 7 | ClickTime 250 8 | OpaqueMoveSize unlimited 9 | HideGeometryWindow Always 10 | BugOpts FlickeringMoveWorkaround True 11 | BugOpts ExplainWindowPlacement 12 | SnapGrid 1 1 13 | ColormapFocus FollowsFocus 14 | EwmhBaseStruts 0 0 0 26 15 | 16 | Style * Colorset 1, HilightColorset 2 17 | Style * Font "Shadow=1 1 SE:xft:sans:pixelsize=10:minspace=True" 18 | Style * DecorateTransient 19 | Style * IconBox 3 3 10 $[vp.height], ClickToFocus, MouseFocusClickRaises, IconFill t l 20 | Style * NoIcon, NoIconTitle 21 | Style * BorderWidth 1, HandleWidth 1 22 | Style * WindowShadeSteps 0, ResizeOpaque 23 | Style * MinOverlapPercentPlacement 24 | Style "*" MWMFunctions 25 | Style "*" MWMDecor 26 | Style "*" OLDecor 27 | -------------------------------------------------------------------------------- /.fvwm/fvwm2rc.thumbnails: -------------------------------------------------------------------------------- 1 | SetEnv fvwm_icon_size 100 2 | DestroyFunc Thumbnail 3 | AddToFunc Thumbnail 4 | + I Raise 5 | + I ThisWindow (!Shaded, Iconifiable, !Iconic) PipeRead "$[FVWM_USERDIR]/scripts/thumb $[w.id] $[fvwm_icon_size] /dev/shm/icon.tmp.$[w.id].png $[w.miniiconfile]" 6 | + I Iconify 7 | 8 | DestroyFunc DeThumbnail 9 | AddToFunc DeThumbnail 10 | + I ThisWindow Layer 0 4 11 | + I PipeRead "echo WindowStyle Icon \\$\\[Icon-$[w.id]\\]" 12 | + I Exec exec rm -f /dev/shm/icon.tmp.$[w.id].png 13 | 14 | *FvwmEvent: deiconify DeThumbnail 15 | 16 | # This will remove gaps when de-iconifying an application 17 | AddToFunc DeiconifyAndRearrange 18 | + C Iconify off 19 | + C All (CurrentPage Iconic) PlaceAgain Icon 20 | AddToFunc IconFunc 21 | + C DeiconifyAndRearrange 22 | + M Raise 23 | + M Move 24 | + D DeiconifyAndRearrange 25 | -------------------------------------------------------------------------------- /.fvwm/fvwm2rc.variables: -------------------------------------------------------------------------------- 1 | ImagePath $[FVWM_USERDIR]/images/ 2 | 3 | #Terminal 4 | SetEnv TermName urxvt 5 | # Theme 6 | SetEnv ThemeColor mytheme 7 | 8 | 9 | # Calendar 10 | SetEnv DayNameColor #98c2c7 # Background color for day names 11 | SetEnv DayNumColor #828282 12 | SetEnv DayHiColor #98c2c7 # Background color for highlighted (current) day 13 | -------------------------------------------------------------------------------- /.fvwm/images/icons/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/firefox.png -------------------------------------------------------------------------------- /.fvwm/images/icons/firefoxactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/firefoxactive.png -------------------------------------------------------------------------------- /.fvwm/images/icons/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/fm.png -------------------------------------------------------------------------------- /.fvwm/images/icons/gaim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/gaim.png -------------------------------------------------------------------------------- /.fvwm/images/icons/gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/gimp.png -------------------------------------------------------------------------------- /.fvwm/images/icons/leafpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/leafpad.png -------------------------------------------------------------------------------- /.fvwm/images/icons/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/terminal.png -------------------------------------------------------------------------------- /.fvwm/images/icons/thunderbird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/icons/thunderbird.png -------------------------------------------------------------------------------- /.fvwm/images/mpd/next12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/mpd/next12.png -------------------------------------------------------------------------------- /.fvwm/images/mpd/pause12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/mpd/pause12.png -------------------------------------------------------------------------------- /.fvwm/images/mpd/play12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/mpd/play12.png -------------------------------------------------------------------------------- /.fvwm/images/mpd/playlist12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/mpd/playlist12.png -------------------------------------------------------------------------------- /.fvwm/images/mpd/prev12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/mpd/prev12.png -------------------------------------------------------------------------------- /.fvwm/images/mpd/stop12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/mpd/stop12.png -------------------------------------------------------------------------------- /.fvwm/images/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/none.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/close-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/close-right-active.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/close-right-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/close-right-down.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/close-right-down2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/close-right-down2.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/close-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/close-right-inactive.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/iconify-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/iconify-active.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/iconify-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/iconify-down.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/iconify-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/iconify-inactive.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/maximize-active.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/maximize-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/maximize-down.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/maximize-inactive.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/title-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/title-active.png -------------------------------------------------------------------------------- /.fvwm/images/themes/mytheme/title-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/themes/mytheme/title-inactive.png -------------------------------------------------------------------------------- /.fvwm/images/wp/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/wp/115.png -------------------------------------------------------------------------------- /.fvwm/images/wp/137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/wp/137.png -------------------------------------------------------------------------------- /.fvwm/images/wp/ISLA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/wp/ISLA.png -------------------------------------------------------------------------------- /.fvwm/images/wp/NEN1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/wp/NEN1.png -------------------------------------------------------------------------------- /.fvwm/images/wp/TAG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/wp/TAG.png -------------------------------------------------------------------------------- /.fvwm/images/wp/imss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/images/wp/imss.png -------------------------------------------------------------------------------- /.fvwm/scripts/thumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudan/profile/dd15c465f09291812077ab72fa07f21a90d68d8f/.fvwm/scripts/thumb -------------------------------------------------------------------------------- /.fvwm/themes/mytheme/fvwm2rc.colorsets: -------------------------------------------------------------------------------- 1 | #Window Title Inactive 2 | Colorset 1 fg #000000, bg #000000, fgsh #000000, NoShape, RootTransparent, Tint #283e5e 70, IconAlpha 60 3 | #Windows Title Active 4 | Colorset 2 fg #b3bfa7, bg #000000, fgsh #000000, Noshape, RootTransparent, Tint #101f36 70, IconAlpha 60 5 | # Inactive Menu 6 | Colorset 3 fg #000000, bg #ffffff, hi #000000, sh #000000 7 | # Active Menu 8 | Colorset 4 fg #ffffff, hi #000000, bg #b3bfa7 9 | # Dock Colorset 10 | Colorset 5 fg #DDDDDD, bg #ffffff, hi #dde5ec, sh #a6bbce, RootTransparent , IconAlpha 100 11 | # MPD Player 12 | Colorset 6 fg #ffcb48, bg #414809, hi #414809, sh #414809, RootTransparent 13 | #AppLaunch 14 | Colorset 7 fg white, bg black, RootTransparent buffer, Tint #000000 40 15 | #Pager and docks 16 | Colorset 8 fg white, bg black, RootTransparent buffer, Tint #7f8a79 80 17 | 18 | #Pager 19 | Colorset 77 fg black, bg black, RootTransparent buffer, Tint #000000 40 20 | 21 | #Clock 22 | Colorset 78 fg #98c2c7, bg black, RootTransparent buffer, Tint #000000 40 -------------------------------------------------------------------------------- /.vim/bundle/vundle/.gitignore: -------------------------------------------------------------------------------- 1 | doc/tags 2 | .netrwhist 3 | -------------------------------------------------------------------------------- /.vim/bundle/vundle/test/files/test.erl: -------------------------------------------------------------------------------- 1 | -module(mmc_logmon_sup). 2 | -behaviour(supervisor). 3 | -export([init/1]). 4 | 5 | init(_) -> 6 | {ok, { 7 | {one_for_one, 5, 1}, 8 | [ 9 | {listener, 10 | {aaa, start_link, []}, 11 | permanent, 100, worker, 12 | [aaa] 13 | }, 14 | {server, 15 | {bbb, start_link, []}, 16 | permanent, 100, worker, 17 | [bbb] 18 | } 19 | ] 20 | }}. 21 | -------------------------------------------------------------------------------- /.vim/bundle/vundle/test/minirc.vim: -------------------------------------------------------------------------------- 1 | set nocompatible 2 | syntax on 3 | filetype off 4 | set rtp+=~/.vim/bundle/vundle/ 5 | call vundle#rc() 6 | Bundle 'gmarik/vundle' 7 | filetype plugin indent on 8 | 9 | -------------------------------------------------------------------------------- /.xinitrc: -------------------------------------------------------------------------------- 1 | export LANG=zh_CN.UTF-8 2 | #export LC_ALL="zh_CN.UTF-8" 3 | 4 | #export GTK_IM_MODULE=ibus 5 | #export XMODIFIERS=@im=ibus 6 | #export QT_IM_MODULE=ibus 7 | #export XIM=ibus 8 | #export XIM_PROGRAM=ibus 9 | 10 | export GTK_IM_MODULE=fcitx 11 | export XMODIFIERS=@im=fcitx 12 | export QT_IM_MODULE=fcitx 13 | export XIM=fcitx 14 | export XIM_PROGRAM=fcitx 15 | fcitx -d & 16 | 17 | xrdb .Xresouces & 18 | 19 | #stalonetray -p & 20 | 21 | #exec i3 22 | #exec fvwm 23 | #exec musca 24 | exec openbox-session 25 | #exec mate-session 26 | --------------------------------------------------------------------------------