Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4321998
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:49:03+00:00 2026-05-21T08:49:03+00:00

I wish to intercept assigning new values for the In variable. I have tried

  • 0

I wish to intercept assigning new values for the In variable.

I have tried to do this by defining UpValues for In but it does not help in this case:

Unprotect[In];
In /: Set[In[line_], expr_] /; ! TrueQ[$InsideSet] := 
 Block[{$InsideSet = True}, 
  Print[HoldForm@HoldForm[expr]; Set[In[line], expr]]]
In /: SetDelayed[In[line_], expr_] /; ! TrueQ[$InsideSet] := 
 Block[{$InsideSet = True}, 
  Print[HoldForm@HoldForm[expr]; SetDelayed[In[line], expr]]]

Is it possible to intercept it?

P.S. This question has arisen as a part of previous question on the stage when Mathematica creates new Symbols.

EDIT

I would wish to intercept explicitly the assignment new DownValue for the In variable. $Pre executes after this assignment and after creating all new Symbols in the current $Context:

In[1]:= $Pre := (Print[Names["`*"]]; 
   Print[DownValues[In][[All, 1]]]; ##) &

In[2]:= a

During evaluation of In[2]:= {a}

During evaluation of In[2]:= {HoldPattern[In[1]],HoldPattern[In[2]]}

Out[2]= a
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T08:49:04+00:00Added an answer on May 21, 2026 at 8:49 am

    Have you looked at $Pre and $PreRead?

    $Pre is a global variable whose value, if set, is applied to every input expression.

    $PreRead is a global variable whose value, if set, is applied to the text or box form of every input expression before it is fed to Mathematica.

    UPDATE (now with better example)

    In[1]:= $Pre = 
      Function[{x}, Print["In[",$Line,"] is: ", Unevaluated[x]]; x, HoldFirst];
    
    In[2]:= 2 + 2
    
    During evaluation of In[2]:= In[2] is: 2+2
    
    Out[2]= 4
    
    In[3]:= InString[2]
    
    During evaluation of In[3]:= In[3] is: InString[2]
    
    Out[3]= "\\(2 + 2\\)"
    

    UPDATE 2

    Replace $Pre with $PreRead in my code above and you get close to what you want, I believe:

    In[1]:= $PreRead = Function[{x}, Print[Names["`*"]]; x, HoldFirst]
    
    Out[1]= Function[{x}, Print[Names["`*"]]; x, HoldFirst]
    
    In[2]:= a = 1
    
    During evaluation of In[2]:= {x}
    
    Out[2]= 1
    
    In[3]:= b = 2
    
    During evaluation of In[3]:= {a,x}
    
    Out[3]= 2
    

    It’s not possible to intercept In at the *Value level because the Kernel is simply not interacting with In via value manipulation in “top-level” Mathematica code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this problem of an image rollover javascript not working in Internet Explorer
I wish to do this using only XAML - How to add an additional
I wish fetch data in a XML file, where Tag is a variable.. My
I wish HTML could do something semantically equivalent to this; <dl class=main-list> <definitionitem> <dt>Some
I wish I could figure this out. I need to produce a table with
I wish to iterate over a set but the contents of the set will
I have a numeric value that I wish to be converted to a more
Suppose we have two variables that we wish to build a model from: set.seed(10239)
I am new to the whole encryption world, and I wish to build a
I have a user control and an image within that and I wish to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.