View Issue Details

IDProjectCategoryView StatusLast Update
0021761Open CASCADEOCCT:Configurationpublic2015-11-01 11:29
ReporterabvAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Summary0021761: Standard Emacs settings (csf.el) break grep buffer in Emacs 22.1.1 on Mandriva 2008
Description1. Login to Linux workstation running Mandriva 2008 with Emacs 22.1.1 (e.g.
mirex -- tested both locally and remotely -- with TurboVNC)
2. Start emacs (by "emacs &" -- tested under user "det")
3. Run grep by pressing M-X (Esc-X if logged remotely), then "grep" and Enter
4. Define some reasonable arguments, e.g. "shell /users/det/sun/*.el" and press
Enter
5. Check output -- it contains unprintable symbols like:
     /users/det/sun/det-common-def.el:105:
        (load-file (concat det-el-path "/det-shell.el"))
   instead of
     /users/det/sun/det-common-def.el:105:
        (load-file (concat det-el-path "/det-shell.el"))

The problem is caused by some setting done while loading csf.el (taken by
default from /users/common/emacs). Everything seems to work well if csf.el is
not loaded; thus the question is whether it is needed at all?
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-08-02 11:15 bugmaster Category OCCT:DEVENV => OCCT:Development Environment
2014-01-11 11:58 abv Category OCCT:Development Environment => OCCT:Configuration
2015-11-01 11:29 abv Status new => closed
2015-11-01 11:29 abv Resolution open => fixed
2015-11-01 11:29 abv Fixed in Version EMPTY =>
2015-11-01 11:29 abv Description Updated