Adobe To Release Full PDF Specification to ISO
Wednesday, January 31st, 2007Adobe announced it will release the entire PDF
specification (current version 1.7 ) to the International Standards
Organization (ISO) via AIIM.
Adobe announced it will release the entire PDF
specification (current version 1.7 ) to the International Standards
Organization (ISO) via AIIM.
Siker writes on his blog:
"I firmly
believe in updating server software only when you need to. If you don’t
need new features, and things are working, why change anything? If you
update anything you will undoubtedly need to update configuration files.
You will need to fix things that break in the upgrade process… This is
hard with Gentoo. Gentoo wants you to change a lot of stuff. It wants to
be bleeding edge."
我現在的情況是在emacs-text下一切正常,而在emacs-x11下很多繁體都是空格。
搞了半天也搞不定,算了,以後再說。
大不了一直用text mode。
在#ubuntu-cn上問了下,huahua說是字符映射的問題,叫我別整了。
也是。不弄了。用text-mode還有利于我擺脫對菜單的依賴。
[
心情: Very Sad ]
install msmtp-mta to send mail to a smtp server
Configuration for gmail:
.muttrc
set pop_last=yes
set pop_pass=millenniumdark
set pop_user=weakish@gmail.com
set pop_host=pops://pop.gmail.com
set sendmail=”/usr/bin/msmtp”
.msmtprc
account default
host smtp.gmail.com
from weakish@gmail.com
tls on
auth on
port 587
user weakish@gmail.com
password millenniumdark
Of course, the password is not true. ![]()
Finally, don’t forget to chmod 600, since all passwords are s×ed in explict text.
可惜結果是/var/mail/weakish權限不夠,給我一大打擊。
算了,用Mail.app去。
browser. link. open_external
3: Opens external links in a new tab
browser. link. open_newwindow
3 : In a new tab
browser. link. open_newwindow. restriction
0 : Force all new windows opened by JavaScript into tabs.
browser. search. openintab
True: When performing a search from the Search Bar, open the results in a new tab.
browser. tabs. loadDivertedInBackground
True: Load the new tab in the background, leaving focus on the current tab
browser. tabs. loadFolderAndReplace
False: Existing tabs will be preserved when loading a folder of bookmarks. The bookmark pages will be loaded in tabs that are appended to the current tabs.
For the whole list, see
http://kb.mozillazine.org/About:config_entries
Version:1:20070122-1
Currently running etch, I checked its dependences manually, (first emacs-snapshot-common, then emacs-snapshot-bin-common, then emacs-snapshot) and install required packages. (For me, they are emacsen-common,
Then I download the snapshot packages (emacs-snapshot-common, emacs-snapshot-bin-common, and emacs-snapshot) from http://packages.debian.org/unstable/
(emacs-snapshot-common for non i386 is missing currently, I download it from
ftp://ftp.fr.debian.org/debian/pool/main/e/emacs-snapshot/emacs-snapshot-common_20070122-1_all.deb, I will file a bug.)
Now, install them:
#dpkg -i emacs-snapshot-common
#dpkg -i emacs-snapshot-bin-common
#dpkg -i emacs-snapshot
Done!
SCIM works perfectly.
Some traditional chinese characters are missing, (in X mode, in text mode everything is perfect).I will try to fix this.