Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:PowerPC
xemacs-packages
texi2utf8
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File texi2utf8 of Package xemacs-packages
#!/bin/sh for i in $(find . -name "*.texi*") do xemacs -q -batch \ -eval '(setq load-path (append (list "xemacs-packages/xemacs-base/") load-path)))' \ -eval '(setq load-path (append (list "xemacs-packages/sgml/") load-path)))' \ -eval '(setq load-path (append (list "xemacs-packages/texinfo/") load-path)))' \ -eval '(load-library "skeleton")' \ -eval '(load-library "outline")' \ -eval '(load-library "texinfo")' \ $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 (current-buffer))' \ -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