Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tiwai
emacs-wanderlust
texi2utf8.emacs
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File texi2utf8.emacs of Package emacs-wanderlust
#!/bin/sh for i in $(find . -name "*.texi*") do emacs -q -batch $i \ -eval '(set-language-environment "Japanese")' \ -eval '(replace-regexp "\\(-\\*-.*coding:\\s-*\\)\\(\\S-+\\)\\(\\s-*-\\*-\\)" "\\1utf-8\\3")' \ -eval '(set-buffer-file-coding-system (quote utf-8))' \ -eval '(set-buffer-modified-p t)' \ -eval '(save-buffer 0)' done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor